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