export declare const escapeIdentifier: (str: string) => string; export declare const escapeLiteral: (str: string) => string;