import type { TUpdates, TUserState } from "../../types/config"; import { type ApiErrorResponse, type Result } from "../../types/error"; export declare const sendUpdatesToBackend: ({ appUrl, workspaceId, updates, }: { appUrl: string; workspaceId: string; updates: TUpdates; }) => Promise>; export declare const sendUpdates: ({ updates, }: { updates: TUpdates; }) => Promise>; //# sourceMappingURL=update.d.ts.map