/** Reads an environment file and sets the environment variables. */
export declare const envFile: (filePath?: string) => Promise<void>;
