UNPKG

@autorest/powershell

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