export declare function quotedString(input: string): string;
export declare function quotedIdentifier(input: string): string;
