export declare function quoteIdent(value: any): string;
export declare function quoteLiteral(value: any): string;
export declare function quoteString(value: any): string;
export declare function config(cfg: any): void;
export declare function formatWithArray(fmt: any, parameters: any): any;
export declare function format(fmt: string, ...args: any[]): string;
