export declare const email = "test@test.com"; export declare const password = "test123"; export declare const connection: { url: string; port: number; name: string; };