import { Config } from './config'; export declare function fetchUsernameWithRetry(config: Config, signal: AbortSignal): Promise;