export declare const normalizePath: (path: string) => string; export declare function parseBody(body: any): any; export declare function getPathKeys(routePath: string): string[] | null; export declare function getPathValues(routePath: string, path: string): string[] | null;