export declare const getClientIp: (headers: Record<string, string | string[] | undefined>, ipFromFastify: string) => string;
