export declare function isRequestToItself({ serverUrl, outboundHostname, outboundPort, }: {
    serverUrl: string;
    outboundHostname: string;
    outboundPort: number | undefined;
}): boolean;
