import { Command } from '@my-devkit/core'; import { UpdateDevelopmentPolicyCommand } from './update-development-policy-command'; import { UpdateDevelopmentPolicyMatchingRulesCommand } from './update-development-policy-matching-rules-command'; export declare class BulkUpdateDevelopmentPolicyCommand extends Command { updateMatchingRulesCommand: UpdateDevelopmentPolicyMatchingRulesCommand; updateCommand: UpdateDevelopmentPolicyCommand; constructor(); }