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