import { JSONSchemaType } from "@typespec/compiler"; import { CSharpEmitterOptions } from "@typespec/http-client-csharp"; export interface AzureEmitterOptions extends CSharpEmitterOptions { namespace?: string; "model-namespace"?: boolean; } export declare const AzureEmitterOptionsSchema: JSONSchemaType; //# sourceMappingURL=options.d.ts.map