import { WorkflowEntity } from './workflow.entity.js'; export declare class WorkflowCheckpointEntity { id: string; workflow: WorkflowEntity; workflowId: string; place: string; transitionId: string | null; transitionFrom: string | null; state: Record; documentIds: string[]; invalidatedDocumentIds: string[]; version: number; createdAt: Date; } //# sourceMappingURL=workflow-checkpoint.entity.d.ts.map