import type { BoundWitness } from '@xyo-network/sdk-protocol'; import type { PayloadDivinerPredicate } from '../diviner-payload-model/index.js'; export type WithoutSchemas = Omit, 'schemas'>; export interface BoundWitnessDivinerPredicateFields { destination: string[]; sourceQuery: string; } export type BoundWitnessDivinerPredicate = WithoutSchemas>; //# sourceMappingURL=Predicate.d.ts.map