import { Params } from 'lambda-types'; export declare function parsePathParameters(url: string, route: string): Params;