import { Address, KeyPairSigner, Rpc, SolanaRpcApi } from "@solana/kit"; export declare const makeCreateWithdrawTransaction: ({ rpc, }: { rpc: Rpc; }) => (withdrawAuthority: KeyPairSigner, stakeAccount: Address, destination: Address, lamports: number | bigint) => Promise<{ serializedTx: string; }>; //# sourceMappingURL=createWithdrawTransaction.d.ts.map