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