export declare const RENDERER_NAME = "NextJS";
export declare function getProxyHeaders(host: string): {
    [key: string]: string;
};
