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 nameStuffRight(state: State): Promise; export declare function csnamerV2(service: Host): Promise; export {}; //# sourceMappingURL=cs-namer-v2.d.ts.map