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