import type { ExtendedRouteRaw } from './types';
export declare function addPagePropsGetterToRoutes(routes: ExtendedRouteRaw[]): void;
