import type { Segment } from '../../server/app-render'; export declare const matchSegment: (existingSegment: Segment, segment: Segment) => boolean;