import { TransactionInstruction } from "@solana/web3.js";
import { ParsedInstruction } from "../interfaces";
import { StakeProgram } from "../programs/stake.program";
export declare function decodeStakeInstruction(instruction: TransactionInstruction): ParsedInstruction<StakeProgram>;
//# sourceMappingURL=stake.d.ts.map