export interface BacklogResponseFile { text(): Promise; json(): Promise; blob(): Promise; arrayBuffer(): Promise; }