import type { OpenAPISpec } from "./types.js"; export declare function loadSpec(source: string): Promise; //# sourceMappingURL=loader.d.ts.map