import { AvalancheWalletCoreClient } from "../../../clients/createAvalancheWalletCoreClient.js"; import { SendParameters, SendReturnType } from "../types/send.js"; export type TransferCtoCChainReturnType = SendReturnType; export type TransferCtoCChainParameters = SendParameters; export declare function transferCtoCChain(client: AvalancheWalletCoreClient, params: TransferCtoCChainParameters): Promise; //# sourceMappingURL=transferCtoCChain.d.ts.map