import { Cookie } from "tough-cookie"; import { Response } from "../client/AuthRequest"; export declare function getResponseCookies(response: Response): Cookie[];