type AgentServiceFetch = (input: string | URL | Request, init?: RequestInit) => Promise; /** @internal Bind a local eval transport to the exact agent it already resolved. */ export declare function bindTrustedLocalEvalFetch(requestFetch: AgentServiceFetch, agentId: string): AgentServiceFetch; /** @internal Read the server-established agent binding for a local eval transport. */ export declare function trustedLocalEvalFetchAgentId(requestFetch: AgentServiceFetch | undefined): string | undefined; export {}; //# sourceMappingURL=trusted-fetch.d.ts.map