import type { EnvironmentFile } from '../types.js'; export declare function parseEnvironment(yamlContent: string): EnvironmentFile; //# sourceMappingURL=environment.d.ts.map