import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function createStakeAccountInstruction(stakeAccountPubkey: PublicKey, // 0 stakingPoolPubkey: PublicKey, // 1 stakeAccountOwnerPubkey: PublicKey, // 2 stakingProgramId?: PublicKey): TransactionInstruction; //# sourceMappingURL=createStakeAccount.d.ts.map