export declare class SettingData { id: number; isOnlineSync: boolean; constructor(isOnlineSync: boolean); }