import type { BoundWitness } from '@xyo-network/boundwitness-model'; import type { ModuleError, Payload } from '@xyo-network/payload-model'; export type ModuleQueryResult

= [ B, P[], E[] ]; //# sourceMappingURL=ModuleQueryResult.d.ts.map