/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * Contains RequestMethod to corresponding array of possible status codes, used for Random mode */ export declare const methodStatusCode: Record; /** * Contains statusCode to statusMessage map */ export declare const httpStatusCode: Record; //# sourceMappingURL=ChaosHandlerData.d.ts.map