/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import ErrorCode from './codes'; declare const ERROR_MESSAGE: { [K in ErrorCode]: string; }; export default ERROR_MESSAGE; //# sourceMappingURL=messages.d.ts.map