import type { PluginComponent } from '../../../typesClient.js'; import type { BlockFieldsOptionalID } from '../../server/nodes/BlocksNode.js'; export type InsertBlockPayload = BlockFieldsOptionalID; export declare const BlocksPlugin: PluginComponent; //# sourceMappingURL=index.d.ts.map