export default function getUrl(endpoint: string, query?: Record<string, string>): string;
