import type { CookieJar } from '@exodus/networking-common/cookie/types';
export declare function testsuite(getInstance: () => CookieJar, unrestrictedAccess?: boolean): void;
