export declare function loadDotEnv(opts?: {
    quiet?: boolean;
}): void;
