interface ApplyEnvOptions {
    path?: string;
}
export declare function applyEnv(options?: ApplyEnvOptions): void;
export {};
