export interface IWithEnvParams { env: string; } export declare const withEnv: (params: IWithEnvParams) => import("./types.js").IConfigurationCb;