export declare function prepareUrls(urls: (string | undefined)[], retry?: number, totalCount?: number, b?: Record<string, string>, skipProgressBar?: boolean): Promise<Record<string, string>>;
export declare function u(url: string, b?: Record<string, string>): string;
export declare function revoke(url: string, b?: Record<string, string>): void;
