import { FetchFeeChannelPaymentsResDto } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface FetchFeeChannelPaymentReceiptsParams { year?: string; month?: string; day?: string; hours?: string; minutes?: string; feeCode?: string; paidByUser?: string; txId?: string; bookmark?: string; limit?: number; } export declare function fetchFeePayments(ctx: GalaChainContext, data: FetchFeeChannelPaymentReceiptsParams): Promise; //# sourceMappingURL=fetchFeePayments.d.ts.map