export declare function isOptionEmptyOrHasValue(option: string, value: string): boolean;
export declare function ensureAndClearDir(path: string): void;
export declare function fetchWithRetry(url: string, retries?: number, backoff?: number): Promise<Response>;