import type { EventData } from '@ariestools/sdk'; import type { Payload, QueryBoundWitness } from '@xyo-network/sdk-protocol'; import type { ModuleEventArgs, QueryableModule } from '../../module-model/index.js'; export type QuerySendStartedEventArgs = ModuleEventArgs; export interface QuerySendStartedEventData extends EventData { querySendStarted: QuerySendStartedEventArgs; } //# sourceMappingURL=QuerySendStarted.d.ts.map