import { ManifestValidationResult } from '../types'; export interface ProcessorInterface { process(manifest?: string): Promise>; } //# sourceMappingURL=processor-interface.d.ts.map