declare const syncing: { name: string; type: string; }; declare const my_best: { name: string; type: string; }; declare const target: { name: string; type: string; }; declare const SyncStatus: { name: string; type: string; }[]; export { syncing, my_best, target, SyncStatus };