import type { DataSource } from './types';
export type GoproxyFallback = ',' | '|';
export declare function getSourceUrl(dataSource?: DataSource | null): string | undefined;
