export declare const escapeIdentifier: (str: string) => string; export declare const prepareStatementVariables: (n: number) => string; export declare const prepareStatementVariablesForBulkInsert: (rowsCount: number, columnsCount: number) => string;