export declare function enqueueOffline(endpoint: string, body: string): void; export declare function flushOfflineQueue(endpoint?: string, headers?: Record): Promise; export declare function installOfflineFlush(endpoint: string): void; //# sourceMappingURL=offline-queue.d.ts.map