export interface PageInfo { readonly name: string; readonly directory: string; } export declare function getPages(root: string): Promise; export declare function getPageDirectories(root: string): Promise;