export { DeployQueueStatus, type DeployLifecycleProgress, type DeployStatusResponseStatus, type LifecycleStageKind, type LifecycleStageProgress, type LifecycleStageState, type LifecycleStageTargetProgress } from './deployQueueStatus.js'; export interface DeploymentDto { commitId: string | null; previousCommitId?: string | null; entityId: string; deployer: { id: string; email: string; name: string; }; deploymentId: string; deployMessage: string; deploymentTime: number; deployedGitSha?: string | null; } //# sourceMappingURL=index.d.ts.map