import { MySQLConfig } from './config'; export declare class MySQL { private pool; constructor(config: MySQLConfig); query(sql: string, args?: any): Promise; }