import { ResourceType } from '../config';
export declare function resolveUrlByFetch(currentUrl: string, sourceUrl: string, type: ResourceType): Promise<any>;
