import { Client } from "@olenbetong/appframe-data"; import type { Store } from "tough-cookie"; export declare class PersistentClient extends Client { #private; constructor(hostname: string, cookieStore: Store | undefined, username: string, password: string); promptForCredentials(): Promise; fetch(input: any, init?: any): Promise; }