export declare function match_indices(pattern: string, str: string): Array<[number, string]>;