import type { WandConfig } from "./types.js"; export declare class WandCliApi { private readonly config; private cookie; constructor(config: WandConfig); get(pathname: string): Promise; post(pathname: string, body: unknown): Promise; private login; private request; private rawRequest; }