import { Class, Namespace } from '@microsoft.azure/codegen-csharp'; import { State } from './state'; export declare class TypeConverter extends Class { private state; constructor(name: string, namespace: Namespace, state: State, objectInitializer?: Partial); } //# sourceMappingURL=type-converter.d.ts.map