import type { ObjectTypeShape, TypeCheck } from '@ariestools/sdk'; import type { AttachableSentinelInstance } from './AttachableInstance.js'; export declare const requiredAttachableSentinelInstanceFunctions: ObjectTypeShape; export declare const isAttachableSentinelInstance: TypeCheck; //# sourceMappingURL=isAttachableInstance.d.ts.map