export declare function getEnv(env: 'local' | 'dev' | 'prod'): Promise<void>;
export declare class Vault {
    static getEnv: typeof getEnv;
}
