/**
 * -------------------------------------------------------------------------------------------
 * 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<string, number[]>;
/**
 * Contains statusCode to statusMessage map
 */
export declare const httpStatusCode: Record<number, string>;
//# sourceMappingURL=ChaosHandlerData.d.ts.map