import type { TypeCheck } from '@ariestools/sdk'; import { IsObjectFactory } from '@ariestools/sdk'; import type { Payload } from '@xyo-network/sdk-protocol'; import type { AttachableModuleInstance } from '../../module-model/index.js'; import type { WitnessModuleEventData } from '../EventData.js'; import type { WitnessInstance } from '../Instance.js'; import type { WitnessParams } from '../Params.js'; export interface AttachableWitnessInstance extends WitnessInstance, AttachableModuleInstance { } export type AttachableWitnessInstanceTypeCheck = TypeCheck; export declare class IsAttachableWitnessInstanceFactory extends IsObjectFactory { } //# sourceMappingURL=AttachableInstance.d.ts.map