import type { BundleHookDefinition, NormalizedHook, SkillBundle } from './types.js'; export declare function loadNormalizedHook(bundle: SkillBundle, hook: BundleHookDefinition, index: number, source?: string): Promise; export declare function validateBundle(bundle: SkillBundle): Promise; export declare function assertValidBundle(bundle: SkillBundle): Promise; //# sourceMappingURL=validate.d.ts.map