import { Config, RelayRequestOptions, RelayResponse } from "../types"; import { CallWithSyncFeeRequest } from "./types"; export declare const relayWithSyncFee: (payload: { request: CallWithSyncFeeRequest; sponsorApiKey?: string; options?: RelayRequestOptions; }, config: Config) => Promise;