import { ERC2771Type } from "../lib/erc2771/types"; import { Config } from "../lib/types"; export declare const getGelatoRelayERC2771Address: (payload: { chainId: bigint; type: ERC2771Type; }, config: Config) => string;