/** @internal Mark a host tool definition or materialized tool as framework-owned. */ export declare function markTrustedHostToolProvenance(tool: T): T; /** @internal Mark every tool in a host-owned tool set as framework-owned. */ export declare function markTrustedHostToolSet>(tools: T): T; /** @internal Return whether a tool carries unforgeable framework provenance. */ export declare function hasTrustedHostToolProvenance(tool: unknown): boolean; /** @internal Copy trusted framework provenance across a host-owned wrapper. */ export declare function inheritTrustedHostToolProvenance(source: unknown, target: T): T; //# sourceMappingURL=host-tool-provenance.d.ts.map