import { StringMap } from "@azure-tools/openapi-tools-common"; export declare const xmsParameterizedHost = "x-ms-parameterized-host"; export declare const xmsPaths = "x-ms-paths"; export declare const xmsExamples = "x-ms-examples"; export declare const xmsSkipUrlEncoding = "x-ms-skip-url-encoding"; export declare const xmsLongRunningOperation = "x-ms-long-running-operation"; export declare const xmsLongRunningOperationOptions = "x-ms-long-running-operation-options"; export declare const xmsLongRunningOperationOptionsField = "final-state-via"; export declare const xmsDiscriminatorValue = "x-ms-discriminator-value"; export declare const xmsEnum = "x-ms-enum"; export declare const xmsMutability = "x-ms-mutability"; export declare const xmsAzureResource = "x-ms-azure-resource"; export declare const xmsSecret = "x-ms-secret"; export declare const xNullable = "x-nullable"; export declare const exampleInSpec = "example-in-spec"; export declare const xmsReadonlyRef = "x-ms-readonly-ref"; export declare const Errors = "Errors"; export declare const Warnings = "Warnings"; export declare const ErrorCodes: { InternalError: { name: string; id: string; }; InitializationError: { name: string; id: string; }; ResolveSpecError: { name: string; id: string; }; RefNotFoundError: { name: string; id: string; }; JsonParsingError: { name: string; id: string; }; RequiredParameterExampleNotFound: { name: string; id: string; }; ErrorInPreparingRequest: { name: string; id: string; }; XmsExampleNotFoundError: { name: string; id: string; }; ResponseValidationError: { name: string; id: string; }; RequestValidationError: { name: string; id: string; }; RoundtripValidationError: { name: string; id: string; }; ResponseBodyValidationError: { name: string; id: string; }; ResponseStatusCodeNotInExample: { name: string; id: string; }; ResponseStatusCodeNotInSpec: { name: string; id: string; }; ResponseSchemaNotInSpec: { name: string; id: string; }; RequiredParameterNotInExampleError: { name: string; id: string; }; BodyParameterValidationError: { name: string; id: string; }; TypeValidationError: { name: string; id: string; }; ConstraintValidationError: { name: string; id: string; }; StatuscodeNotInExampleError: { name: string; id: string; }; SemanticValidationError: { name: string; id: string; }; MultipleOperationsFound: { name: string; id: string; }; NoOperationFound: { name: string; id: string; }; IncorrectInput: { name: string; id: string; }; PotentialOperationSearchError: { name: string; id: string; }; PathNotFoundInRequestUrl: { name: string; id: string; }; OperationNotFoundInCache: { name: string; id: string; }; OperationNotFoundInCacheWithVerb: { name: string; id: string; }; OperationNotFoundInCacheWithApi: { name: string; id: string; }; OperationNotFoundInCacheWithProvider: { name: string; id: string; }; DoubleForwardSlashesInUrl: { name: string; id: string; }; ResponseBodyNotInExample: { name: string; id: string; }; DiscriminatorNotRequired: { name: string; id: string; }; IncorrectProvisioningState: { name: string; id: string; }; RoundtripInconsistentProperty: { name: string; id: string; }; RecommendUsingBooleanType: { name: string; id: string; }; }; export declare const knownTitleToResourceProviders: StringMap; export declare const EnvironmentVariables: { ClientId: string; Domain: string; ApplicationSecret: string; AzureSubscriptionId: string; AzureLocation: string; AzureResourcegroup: string; }; export declare const unknownResourceProvider = "microsoft.unknown"; export declare const unknownApiVersion = "unknown-api-version"; export declare const unknownOperationId = "unknownOperationId"; export declare const unknownResourceType = "unknownResourceType"; export declare const DefaultConfig: { ExcludedSwaggerPathsPattern: string[]; ExcludedExamplesAndCommonFiles: string[]; }; //# sourceMappingURL=constants.d.ts.map