export declare const checkYouTubeMigrationNeeded: (username: string) => Promise; export declare const getYouTubeConnectionStatus: (username: string) => Promise<{ isReady: boolean; mode: 'full' | 'temporary' | 'limited' | 'none'; needsMigration: boolean; trainingReady: boolean; details: any; }>; export declare const shouldShowYouTubeMigrationWarning: (username: string) => Promise; export declare const checkAndFixYouTubeConnection: (username: string) => Promise; export declare const reconnectYouTube: (username: string) => Promise; //# sourceMappingURL=youtubeMigrationService.d.ts.map