/**
 * Picks the route parameters from the given route.
 * (e.g. /users/:id/posts/:postId => ['id', 'postId'])
 */
export declare const pickRouteParams: (route: string) => string[];
//# sourceMappingURL=pick-route-params.d.ts.map