import { ConnectionOptions, Connection } from "mysql2/promise"; export declare class ConnectionHelper { static create(config: ConnectionOptions): Promise; static close(conn?: Connection | null): Promise; }