import { MobileError } from "./base.js"; export declare class SyncGroupNotFoundError extends MobileError { constructor(name: string); } export declare class SyncGroupExistsError extends MobileError { constructor(name: string); } export declare class SyncBarrierTimeoutError extends MobileError { constructor(barrierName: string, timeoutMs: number); } export declare class SyncRoleNotFoundError extends MobileError { constructor(role: string, group: string); } //# sourceMappingURL=sync.d.ts.map