export declare function matchAt(content: string, index: number, match: string): boolean; export declare function replaceAt(content: string, index: number, oldString: string, newString: string): string;