import { DbConnectionInfo } from "../../models"; export declare function hasOpenDbConnection(payload: DbConnectionInfo): boolean;