import { INotionFabricatorOptions } from '@nishans/fabricator'; import { TPage } from '@nishans/types'; import { IPageMap } from '../../types'; /** * Populates a page map * @param page Page block object * @param page_map Page map to add Page class to * @param options Props passed to the class ctors */ export declare function populatePageMap(page: TPage, page_map: IPageMap, options: INotionFabricatorOptions): Promise;