import { Env } from ".";
export declare class EnvOptions {
    manuallyEnv?: Env;
    fileYamlName?: string;
    keyPropertyEnv?: string;
}
