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