/** * Registers the current sync client. * @param {ReturnType} client - Configured sync client (or null to clear). * @returns {void} */ export declare function setCurrentSyncClient(client: ReturnType): void; /** * Returns the current sync client. * @returns {ReturnType} Current sync client. */ export declare function currentSyncClient(): ReturnType; //# sourceMappingURL=sync-client-registry.d.ts.map