import { EnvironmentWithUserCommand } from '../commands'; import { IItem } from './create-change'; export declare class PromoteTypeChangeCommand extends EnvironmentWithUserCommand { item: IItem; } //# sourceMappingURL=promote-type-change.command.d.ts.map