import { FetchOraclePriceAssertionsResponse } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface IFetchOraclePriceAssertions { oracle?: string | undefined; identity?: string | undefined; txid?: string | undefined; bookmark?: string | undefined; limit?: number | undefined; } export declare function fetchOraclePriceAssertions(ctx: GalaChainContext, data: IFetchOraclePriceAssertions): Promise; //# sourceMappingURL=fetchOraclePriceAssertions.d.ts.map