import type { Folder, GroupedPageMap } from '../../kitbook-types'; export declare function putPagesIntoFolders(groupedPages: GroupedPageMap): Folder;