import type { RouteInfo } from '../../vite/types';
export declare function getPathFromRoute(route: RouteInfo<string>, options?: {
    includeIndex?: boolean;
}): string;
//# sourceMappingURL=getPathFromRoute.d.ts.map