export declare const isRedirect: (res: Response) => string | null; export declare const setHeader: (res: T, name: string, val: string) => T; //# sourceMappingURL=response.d.ts.map