export declare const testDbCredentials: {
    host: string;
    user: string;
    password: string;
    database: string;
};
