import { AutorestExtensionHost as Host } from '@autorest/extension-base'; import { ModelState } from '../utils/model-state'; import { PwshModel } from '../utils/PwshModel'; type State = ModelState; export declare function tweakModel(state: State): Promise; export declare function tweakModelAzurePluginV2(service: Host): Promise; export {}; //# sourceMappingURL=plugin-tweak-model-azure-v2.d.ts.map