import { Route } from './getRoutesConfig';
export interface PagesConfig {
    pages?: Route[];
    [key: string]: any;
}
declare const _default: (rootPath: string, globalPath: string, routes: Route[]) => void;
export default _default;
