/** Mark a runtime tool as materialized from a trusted remote tool source. */ export declare function markRemoteToolProvenance(tool: T, canonicalToolName: string): T; /** Return the canonical remote tool name carried by trusted provenance. */ export declare function getRemoteToolProvenance(value: unknown): string | undefined; //# sourceMappingURL=remote-tool-provenance.d.ts.map