import { PwshModel } from '../utils/PwshModel'; import { ModelState } from '../utils/model-state'; import { AutorestExtensionHost as Host } from '@autorest/extension-base'; type State = ModelState; export declare let directives: Array; export declare function tweakModelForTsp(state: State): Promise; export declare function tweakM4ModelPlugin(service: Host): Promise; export {}; //# sourceMappingURL=plugin-tweak-m4-model.d.ts.map