import { Cookie } from "../core/lib/cookie"; export declare function setCookie(res: any, cookie: Cookie): void; /** Extract the host from the environment */ export declare function detectHost(forwardedHost: any): any;