export declare const email = "test@test.com";
export declare const password = "test123";
export declare const connection: {
    name: string;
    port: number;
    url: string;
};
//# sourceMappingURL=testCredentials.d.ts.map