import { INotionFabricatorOptions } from '@nishans/fabricator'; import { TBlockType } from '@nishans/types'; /** * Create class from passed data * @param type The type of data * @param id The id of data * @param options The options passed to the constructor */ export declare function createBlockClass(type: TBlockType, id: string, options: INotionFabricatorOptions): any;