import Page from "../classes/Page";
export declare function createMap(path_to_pages: string, inputFileSystem: any): Map<string, Page>;
