PromiseCookieJar: {
    getCookieString: ((url: string) => Promise<string>);
    setCookie: ((rawCookie: string, url: string) => Promise<unknown>);
}