import { type AgentProfile, type AgentRuntimeAttachments } from "@tangle-network/agent-interface"; /** Runtime bindings retain their own identity and cannot replace profile tools. */ export declare function tangleRuntimeAttachments(value: unknown, profile?: AgentProfile): AgentRuntimeAttachments;