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