declare interface IParamsExecuteSqlFile { filepath: string; } export declare function executeSqlFile(params: IParamsExecuteSqlFile, pool: any): Promise; export declare function createConnection(config: any): Promise; export {};