import { ROUTE } from '../../../constants/routes'; export declare const getEndpoint: (route: keyof typeof ROUTE) => string;