declare const getApiURL: (endPoint: string) => string;
export default getApiURL;
