import type { TypeCheck } from '@ariestools/sdk'; import { IsObjectFactory } from '@ariestools/sdk'; import type { AttachableModuleInstance } from '../../module-model/index.js'; import type { SentinelModuleEventData } from '../EventData.js'; import type { SentinelInstance } from '../Instance.js'; import type { SentinelModule } from '../Module.js'; import type { SentinelParams } from '../Params.js'; export interface AttachableSentinelInstance extends SentinelModule, AttachableModuleInstance, SentinelInstance { } export type AttachableSentinelInstanceTypeCheck = TypeCheck; export declare class IsAttachableSentinelInstanceFactory extends IsObjectFactory { } //# sourceMappingURL=AttachableInstance.d.ts.map