export declare const escapeSpecialChars: (str: string) => string;
export declare const escapeAllStrings: (obj: object) => void;
export declare const unEscapeSpecialChars: (str: string) => string;
