/**
 * @ignore
 * These error messages highlight the various error messages that can be dispatched by the SDK. These messages are a
 * mix of static and dynamic messages. There is presently no intention to attempt to localize these messages.
 */
declare const _default: {
    staticErrorMessages: {
        [k: string]: string;
    };
    generatedErrorMessages: {
        [k: string]: Function;
    };
};
export default _default;
//# sourceMappingURL=ErrorMessages.d.ts.map