import { TUtilsConfig } from '../index'; import pgPromise from 'pg-promise'; export declare const getConnObj: (config?: any) => any; export declare const config: TUtilsConfig; export declare const getConnStr: (config: any) => any; export declare function cleanup(database: string): Promise; export declare function verifydb(database: string): Promise; export declare function expectBasicSeed(db: pgPromise.IConnected): Promise;