export declare enum ResponseFormat { JSON = "json", Text = "text", Blob = "buffer", FormData = "form", ArrayBuffer = "arrayBuffer" }