import type { ServerRoute } from '@modern-js/types'; export declare const matchEntry: (pathname: string, entries: ServerRoute[]) => ServerRoute | undefined;