/** * Reads `.env` file contents */ export declare function envLoader(pathFileEnv: any): { testEnvContent: string; envContents: any; };