export declare enum XmatResponseTypes {
    arraybuffer = "arraybuffer",
    blob = "blob",
    json = "json",
    text = "text"
}
