type EvidenceOptions = { action?: "called" | "occurred"; ordered?: { sequence: string[]; sequenceMatched: number; }; parallel?: { parallel: string[]; satisfied: boolean; }; }; export declare function gatherEvidence(type: string, remainingRequired: Set, disallowed: Set, options?: EvidenceOptions): string; export {}; //# sourceMappingURL=gather-evidence.d.ts.map