export declare const indent: (stringToIndent: string, tabsToIndent: number) => string; export declare const escapeRegexCharacters: (text: string) => string;