export declare class SyncResult { attached: Array; updated: Array; detached: Array; constructor(attached: Array, updated: Array, detached: Array); }