import { type Manifest } from "../types/index.js"; export declare function readManifest(registryPath: string): Promise; export declare function validateRegistryStructure(registryPath: string): Promise; export declare function assertAssetExists(registryPath: string, relativePath: string): Promise; //# sourceMappingURL=validator.d.ts.map