import type { BacklogHttpResponse } from "../contracts/api/BacklogHttpResponse"; import type { BacklogHttpFetcher as BacklogHttpFetcherContracts } from "../contracts/utils/BacklogHttpFetcher"; export declare class BacklogHttpFetcher implements BacklogHttpFetcherContracts { fetch(url: URL, options: object): Promise; }