import { FetchOraclePriceCrossRateAssertionsResponse } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface IFetchOraclePriceCrossRateAssertions { name?: string | undefined; bookmark?: string | undefined; limit?: number | undefined; } export declare function fetchOraclePriceCrossRates(ctx: GalaChainContext, data: IFetchOraclePriceCrossRateAssertions): Promise; //# sourceMappingURL=fetchOraclePriceCrossRates.d.ts.map