import { ChangeEntityTypeEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands'; export declare class UpdateChangeCommand extends EnvironmentWithUserCommand { _entityId: string; type: ChangeEntityTypeEnum; parentChangeId: string; } //# sourceMappingURL=update-change.command.d.ts.map