import type { EventData } from '@ariestools/sdk'; import type { Payload, QueryBoundWitness } from '@xyo-network/sdk-protocol'; import type { ModuleEventArgs, QueryableModule } from '../../module-model/index.js'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type QuerySendStartedEventArgs = ModuleEventArgs; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export interface QuerySendStartedEventData extends EventData { querySendStarted: QuerySendStartedEventArgs; } //# sourceMappingURL=QuerySendStarted.d.ts.map