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