declare enum FormatType { ARRAY_BUFFER = 'arraybuffer', JSON = 'json', TEXT = 'text', XML = 'xml', } export default FormatType;