import * as MySQL from 'mysql';
import { MySQLConfig } from './config';
export declare class MySQLFactory {
    static createPool(config: MySQLConfig): MySQL.PoolCluster | MySQL.Pool;
    private static validateParams;
}
