import { type AnchorRootOptions } from './anchor-root.js'; import type { ValidationResult } from './types.js'; /** * Validate a marketplace directory structure against the MarketplaceManifestSchema. * * @see https://code.claude.com/docs/en/plugins-reference — Official marketplace manifest spec * @param marketplacePath - Absolute path to marketplace directory * @param options - Anchor base for emitted locations (see {@link AnchorRootOptions}) * @returns Validation result with issues */ export declare function validateMarketplace(marketplacePath: string, options?: AnchorRootOptions): Promise; //# sourceMappingURL=marketplace-validator.d.ts.map