/** URL validation shared by remote MCP storage and OAuth discovery. */ /** Reject public-resource URLs that could target an internal network. */ export declare function validateRemoteUrl(raw: string): { ok: boolean; url?: URL; error?: string; }; //# sourceMappingURL=remote-url.d.ts.map