/** * Checks if the both routes have the same number of segments. */ export declare const isSegmentCountsSame: (route: string, resourceRoute: string) => boolean; //# sourceMappingURL=is-segment-counts-same.d.ts.map