import { ContextualEnvironment, Environment, type AnyEnvironment, type EnvironmentMode } from '@dazl/engine-core'; import type { IEnvironmentDescriptor } from '../types.js'; export declare function parseEnv(env: ENV): IEnvironmentDescriptor; export declare function parseContextualEnv(env: ContextualEnvironment): IEnvironmentDescriptor[]; //# sourceMappingURL=parse-env.d.ts.map