import type { JSONSchemaType } from "@typespec/compiler"; export declare const LIB_NAME = "@azure-tools/typespec-java"; export declare const DIAGNOSTIC_DOCS_BASE_PATH = "src/diagnostics"; export declare const DIAGNOSTIC_DOCS_BASE_URL = "https://azure.github.io/typespec-azure/docs/emitters/clients/typespec-java/reference/diagnostics"; export declare const DIAGNOSTIC_DOCS_EXCLUDED: Set; export interface DevOptions { "generate-code-model"?: boolean; debug?: boolean; loglevel?: "off" | "debug" | "info" | "warn" | "error"; "java-temp-dir"?: string; profile?: boolean; } export interface EmitterOptions { namespace?: string; "service-name"?: string; "generate-samples"?: boolean; "generate-tests"?: boolean; "partial-update"?: boolean; "models-subpackage"?: string; "custom-types"?: string; "custom-types-subpackage"?: string; "customization-class"?: string; "skip-special-headers"?: string[]; "enable-subclient"?: boolean; "max-overload"?: "model"; "advanced-versioning"?: boolean; "api-version"?: string; "service-version-exclude-preview"?: boolean; "dev-options"?: DevOptions; } export declare const EmitterOptionsSchema: JSONSchemaType; //# sourceMappingURL=options.d.ts.map