import { EndpointCategory } from './getUrl.types';
export declare const getUrl: (endpointCategory: EndpointCategory, username: string) => string;
