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 { ArchivistModuleEventData } from '../EventData.js'; import type { ArchivistInstance, ArchivistParams } from '../Instance.js'; import type { ArchivistModuleInstance } from '../ModuleInstance.js'; export interface AttachableArchivistInstance extends ArchivistModuleInstance, AttachableModuleInstance, ArchivistInstance { } export type AttachableArchivistInstanceTypeCheck = TypeCheck; export declare class IsAttachableArchivistInstanceFactory extends IsObjectFactory { } //# sourceMappingURL=AttachableInstance.d.ts.map