import { Address, KeyPairSigner, Rpc, SolanaRpcApi } from "@solana/kit"; export declare const makeCreateUnstakeTransaction: ({ rpc, }: { rpc: Rpc; }) => (ownerSigner: KeyPairSigner, stakeAccount: Address) => Promise<{ serializedTx: string; }>; //# sourceMappingURL=createUnstakeTransaction.d.ts.map