/** Find the first occurrence of any pattern, returns -1 if none found */
export declare function firstIndexOf(string: string, patterns: string[], offset?: number): number;
