import { INotionFabricatorOptions } from '@nishans/fabricator'; import { TView } from '@nishans/types'; import { IViewMap } from '../../types'; export declare const populateViewMap: (view: TView, options: INotionFabricatorOptions, view_map: IViewMap) => void;