export declare function parse(routes: any, path?: string, method?: any, parsedObj?: {}): {}; export declare function handlePathVariables(parsedObj: any): any; export declare function addPrefixMiddleware(parsedObj: any, prefixes?: {}): any; export declare function getPathMethod(routes: any, path: string, method: any): any;