import type { ControlFile } from './control.js'; export declare class IykeClient { private base; private token; constructor(cf: ControlFile); get(path: string, params?: Record): Promise; post(path: string, body: unknown, timeoutMs?: number): Promise; private fetch; } //# sourceMappingURL=api.d.ts.map