export declare function initializeEnv(mode: 'test' | 'live', useCustomEnv?: boolean): Promise<void>;
