import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import BN from "bn.js"; export declare const initStakingPoolInstruction: (supply: number | BN, duration: number | BN, earliestRewardTime: number | BN, bumpSeed: number, transferRewardSupply: PublicKey, rewardTokenSupply: PublicKey, rewardTokenPool: PublicKey, stakingPool: PublicKey, rewardTokenMint: PublicKey, derivedStakingProgram: PublicKey, poolOwnerAuthority: PublicKey, adminAuthority: PublicKey, stakingProgramId?: PublicKey, subReward?: { supply: number | BN; tokenSupply: PublicKey; tokenPool: PublicKey; rewardTokenMint: PublicKey; } | undefined) => TransactionInstruction; //# sourceMappingURL=initStakingPool.d.ts.map