import { Env, EnvActions, EnvFactoryOpts } from "../sys-env.js"; export declare class NodeEnvActions implements EnvActions { #private; readonly _env: Record; static new(opts: Partial): EnvActions; readonly opts: Partial; private constructor(); register(env: Env): Env; active(): boolean; keys(): string[]; get(key: string): string | undefined; set(key: string, value?: string): void; delete(key: string): void; } //# sourceMappingURL=node-env-actions.d.ts.map