import { DBConnectionsPool } from '../interfaces'; export declare const createPoolConnection: (conf: any) => DBConnectionsPool;