import { CodeModel } from '@autorest/codemodel'; import { DeepPartial } from '@azure-tools/codegen'; import { CommandComponents } from '../utils/command-operation'; export declare class PwshModel extends CodeModel { commands: CommandComponents; constructor(title: string, sourceTracking?: boolean, initializer?: DeepPartial); } //# sourceMappingURL=PwshModel.d.ts.map