import { Namespace } from '@azure-tools/codegen-csharp'; import { State } from '../generator'; import { DeepPartial } from '@azure-tools/codegen'; export declare class SupportNamespace extends Namespace { private state; constructor(parent: Namespace, state: State, objectInitializer?: DeepPartial); get outputFolder(): string; } //# sourceMappingURL=namespace.d.ts.map