import { PathParameters } from './lambda'; export declare function getRouteParams(url: string, route: string): PathParameters;