import { PwshModel } from '../utils/PwshModel'; import { ModelState } from '../utils/model-state'; import { AutorestExtensionHost as Host } from '@autorest/extension-base'; export declare const HeaderProperty = "HeaderProperty"; export declare enum HeaderPropertyType { Header = "Header", HeaderAndBody = "HeaderAndBody" } type State = ModelState; export declare function titleToAzureServiceName(title: string): string; export declare function tweakModelV2(state: State): Promise; export declare function tweakModelPlugin(service: Host): Promise; export {}; //# sourceMappingURL=plugin-tweak-model.d.ts.map