import { Pages } from '../../types';
import { PageFactoryService } from './page-factory.service';
/**
 * !!! Please note: !!!
 *
 * The mock server compares the routes by using startsWith(), therefore, routes starting with the same word
 * need to be in the correct order!!!
 *
 */
export declare const defaultPages: (pageFactoryService: PageFactoryService) => Pages;
