/** Call the Misar.Blog REST API with the caller's key, returning parsed JSON. */ export declare function apiFetch(path: string, options?: RequestInit): Promise; /** Upload multipart form data to the Misar.Blog API (used for images). */ export declare function apiUpload(path: string, form: FormData): Promise; //# sourceMappingURL=api-client.d.ts.map