import { AutorestExtensionHost as Host } from '@autorest/extension-base'; import { PwshModel } from '../utils/PwshModel'; import { ModelState } from '../utils/model-state'; type State = ModelState; export declare function getDeduplicatedNoun(subjectPrefix: string, subject: string): { subjectPrefix: string; subject: string; }; export declare function tweakModel(state: State): Promise; export declare function namerV2(service: Host): Promise; export {}; //# sourceMappingURL=ps-namer-v2.d.ts.map