import { Key } from 'path-to-regexp'; export declare type TPathInfo = { name?: string; methodName?: string; clazz?: Function; keys?: Key[]; routePath?: string; methodTypes?: string[]; };