export declare function parseUrl(url: string, platforms: string[], base?: string): { resourcePath: string; platform: string | undefined; };