interface ScreenProps { accountsDirPath: string; onDone: () => void; } export declare function AutoFallbackScreen({ accountsDirPath, onDone }: ScreenProps): import("react/jsx-runtime").JSX.Element; export declare function runAutoFallbackScreen(accountsDirPath: string): Promise; export {};