import { AutorestExtensionHost as Host } from '@autorest/extension-base'; import { ModelState } from '../utils/model-state'; import { PwshModel } from '../utils/PwshModel'; type State = ModelState; export interface HandlerDirective { name: string; priority?: number; } export declare function tweakModelForTsp(state: State): Promise; export declare function applyModifiersV2(service: Host): Promise; export {}; //# sourceMappingURL=modifiers-v2.d.ts.map