declare function resolveUrl(url: string, baseUrl: string | null): string; export default resolveUrl;