import { Class, Namespace, Statements, Variable } from '@microsoft.azure/codegen-csharp'; import { Schema } from '@microsoft.azure/autorest.csharp-v2'; import { State } from './state'; export interface WithState extends Class { state: State; } export declare class ModelCmdlet extends Class { state: State; constructor(namespace: Namespace, schema: Schema, state: State, objectInitializer?: Partial); } export declare function addPowershellParameters($class: WithState, schema: Schema, prop: Variable, ensureMemberIsCreated?: Statements | undefined, expandName?: boolean): void; //# sourceMappingURL=model-cmdlet.d.ts.map