import type { Store } from "tough-cookie"; export declare function getCookieStore(hostname: string): Store; export declare function savePassword(host: string, username: string, password: string): Promise; export declare function getSavedPassword(host: string, username: string): Promise;