export type Match = { pattern: string; request: string; params: { [key: string]: string; }; }; //# sourceMappingURL=Match.type.d.ts.map