UNPKG

@autorest/powershell

Version:
12 lines 501 B
import { Namespace } from '@azure-tools/codegen-csharp'; import { Schema } from '../llcsharp/exports'; import { State } from '../internal/state'; import { DeepPartial } from '@azure-tools/codegen'; export declare class CmdletNamespace extends Namespace { private state; inputModels: Schema[]; get outputFolder(): string; constructor(parent: Namespace, state: State, objectInitializer?: DeepPartial<CmdletNamespace>); init(): Promise<this>; } //# sourceMappingURL=namespace.d.ts.map