export declare const useCBridgeTransferParams: () => { args: { address: `0x${string}`; abi: any; functionName: "" | "burn" | "send" | "deposit"; account: `0x${string}`; args: (number | bigint | `0x${string}`)[]; } | null; bridgeAddress: string | null | undefined; };