export declare function retryWithPrompt<T>(func: () => Promise<T>): Promise<T | undefined>;
