/** * 通过模板参数创建一个SQL命令 */ export declare function formatSql(arr: TemplateStringsArray, ...paramValues: any[]): string;