import { Address, Rpc, SolanaRpcApi } from "@solana/kit"; export declare const makeGetWithdrawableAmount: ({ rpc, }: { rpc: Rpc; }) => (stakeAccount: Address | string, includeRentExempt?: boolean) => Promise; //# sourceMappingURL=getWithdrawableAmount.d.ts.map