import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { buildStep: { setBuildStep: (attributes: { stepNumber: number; title?: string; time?: string; children?: Array<[string, Record]>; }) => ReturnType; }; } } export declare const CommonPubBuildStep: Node; //# sourceMappingURL=buildStep.d.ts.map