export declare class C8oFullSyncChangeListener { private _onchange; constructor(change: (changes: Object) => void); onChange(changes: any): void; }