import { ManifestValidationResult } from '../types'; export interface ValidatorInterface { validate(manifest: I): Promise>; } //# sourceMappingURL=validator-interface.d.ts.map