/** Compares real path with pattern path * @example comparePathWithPattern('/example/mock/12345', '/example/:type/:id') => true */ export declare const comparePathWithPattern: (path: string, pattern: string) => boolean; //# sourceMappingURL=comparePathWithPattern.d.ts.map