import { BasicOptions } from './type'; declare const getRoute: (options: BasicOptions) => string; export { getRoute };