/** * Code-point offset of the earliest case-insensitive literal match, or -1 when * none occurs. Match against the original text so Unicode casing cannot shift offsets. */ export declare function earliestMatchOffsetChars(text: string, queries: string[]): number;