export declare const escapeCharacter: (str: string, charToEscape: string) => string;
