/** * Checks a list of patterns against a list of desired actions to validate: * * All desired actions are matched by the patterns * * No undesired actions are matched by the patterns * * @param desiredActions The actions that should be in the list * @param patterns The list of patterns that the algorithm has derived * @returns the first match error if any, otherwise undefined */ export declare function validateShrinkResults(desiredActions: string[], patterns: string[]): Promise; //# sourceMappingURL=validate.d.ts.map