import { SettleFeePaymentReceiptsResponse } from "@gala-chain/api"; import { GalaChainContext } from "../types"; export interface SettleFeePaymentReceiptsParams { chainKeys: string[]; } export declare function settleFeePaymentReceipts(ctx: GalaChainContext, data: SettleFeePaymentReceiptsParams): Promise; //# sourceMappingURL=settleFeePaymentReceipts.d.ts.map