/** 将历史 `:segment+` splat 转为 path-to-regexp v8 的 `*segment`。 */ export declare function toKoaRouterPath(pattern: string): string; //# sourceMappingURL=path-pattern.d.ts.map