import { gracely } from "gracely"; import { isoly } from "isoly"; import { http } from "cloudly-http"; import { Exchange } from "../Exchange"; export declare class Exchanges { private readonly client; constructor(client: http.Client); fetch(currency: isoly.Currency): Promise; }