type IError = 'INVALID_JSON_DATA' | 'FAILED_TO_STRINGIFY_JSON' | 'FAILED_TO_PARSE_JSON'; declare const ERRORS: { [key in IError]: IError; }; export { ERRORS };