import type { Pickle } from '@cucumber/messages'; import type { Lineage } from '@cucumber/query'; import type { LineageConstraints } from './types.js'; export declare function deriveLineageConstraints(items: ReadonlyArray<{ pickle: Pickle; lineage: Lineage; }>): LineageConstraints; //# sourceMappingURL=deriveLineageConstraints.d.ts.map