export declare type PathParamsType = string | RegExp | (string | RegExp)[];
