export declare function isLocalAddress(address: string | null | undefined): boolean; export declare function isTrustedProxyPeer(address: string | null | undefined): boolean; export declare function getForwardedClientAddress(req: { headers: Record; socket?: { remoteAddress?: string | null; }; }): string; //# sourceMappingURL=trusted-proxy.d.ts.map