import { FetchTokenSwapsWithPaginationResponse } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface FetchTokenSwapByInstance { collection?: string | undefined; category?: string | undefined; type?: string | undefined; additionalKey?: string | undefined; instance?: string | undefined; bookmark?: string | undefined; limit?: number | undefined; } export declare function fetchTokenSwapsByInstanceOffered(ctx: GalaChainContext, params: FetchTokenSwapByInstance): Promise; export declare function fetchTokenSwapsByInstanceWanted(ctx: GalaChainContext, params: FetchTokenSwapByInstance): Promise; //# sourceMappingURL=fetchTokenSwapsByInstance.d.ts.map