export declare type SetTopBoxSyncStatus = 'NOT_READY' | 'SYNC_PENDING' | 'SYNCED' | 'UNKNOWN';
