import { ErrorType } from './types'; export declare const BAD_REQUEST_ERROR: ErrorType; export declare const INVALID_CONFIG_ERROR: ErrorType; export declare const UNAUTHORIZED_ERROR: ErrorType; export declare const NOT_ALLOWED_ERROR: ErrorType; export declare const NOT_FOUND_ERROR: ErrorType; export declare const RESOURCE_CONFLICT_ERROR: ErrorType; export declare const UNCAUGHT_EXCEPTION_ERROR: ErrorType; export declare const VERSION_ERROR: ErrorType; export declare const NOT_MODIFIED_ERROR: ErrorType;