export declare const pkg: { name: string; version: string; }; export interface PackageInfo { name: string; version: string; description: string; } export declare const srcPath: string; export declare const secretStoragePath: string; export declare const envPath: string; export declare const templateDir: string; export declare const langDir: string; export declare const appStoreTestEmail = "appstore@test.com"; export declare const playStoreTestEmail = "playstore@test.com"; export declare const frontendTestUser = "testUser@test.gealium.com"; export declare const testEmailRegex: RegExp; export declare const defaultTimeZone = "America/Santiago"; export declare const config: { pkg: { name: string; version: string; }; srcPath: string; secretStoragePath: string; envPath: string; templateDir: string; langDir: string; appStoreTestEmail: string; playStoreTestEmail: string; frontendTestUser: string; testEmailRegex: RegExp; defaultTimeZone: string; };