import { Middleware } from "@feathersjs/hooks"; /** * * @param withLocalEnv whether include local env in env selection list * @param skipLoadIfNoEnvInput whether to ignore this middleware if input.env is not available * @returns */ export declare function EnvLoaderMW(withLocalEnv: boolean, skipLoadIfNoEnvInput?: boolean): Middleware; export declare const EnvWriterMW: Middleware; //# sourceMappingURL=envMW.d.ts.map