import type { EnvironmentSpec } from "./types.js"; export type LoadSpecOptions = { cwd?: string; }; export declare function fingerprintSpec(spec: EnvironmentSpec): string; export declare function loadSpec(specPath: string, options?: LoadSpecOptions): Promise; //# sourceMappingURL=config.d.ts.map