import { type SkillDocumentParserProvider } from "./skill-document-parser.js"; /** Load and capture the product distribution's extension-owned default parser. */ export declare function loadDefaultSkillDocumentParserProvider(): Promise>; /** * Ensure the product distribution's first-party YAML extension owns the * default Skill parser contract without introducing its dependency into core. */ export declare function ensureDefaultSkillDocumentParserContract(): Promise; /** Activate and capture the product distribution's immutable default parser generation. */ export declare function getDefaultSkillDocumentParserProvider(): Promise>; //# sourceMappingURL=skill-defaults.d.ts.map