/// /// /// export default _; declare const _: ResponseConstructor; declare interface ResponseConstructor extends Yarla.Proto> { init(xhr: XMLHttpRequest, baseURI: string, responseType?: Yarla.xhr.ResponseType): Yarla.xhr.Response; }