import type { IncomingMessage, ServerResponse } from 'http'; export declare function isLocalAddress(address: string | undefined): boolean; export declare function isAllowedHostHeader(hostHeader: string | undefined): boolean; export declare function enforceLocalhostRequest(req: IncomingMessage, res: ServerResponse): boolean; //# sourceMappingURL=localhost-guard.d.ts.map