import { type RegisteredReference } from "../shared/registry.ts"; export declare const arrayIndexSource = "^(?:0|[1-9]\\d*)$"; export declare const arrayIndexMatcher: RegExp; export declare const arrayIndexMatcherReference: RegisteredReference;