import { PublicKey } from "@solana/web3.js";
export declare class StakeState {
    discriminator: bigint;
    operater: PublicKey;
    stakeMintAuthor: PublicKey;
    platformMint: PublicKey;
    voucherMint: PublicKey;
    platformMintTokenAccount: PublicKey;
    voucherMintTokenAccount: PublicKey;
    constructor(discriminator: bigint, operater: PublicKey, stakeMintAuthor: PublicKey, platformMint: PublicKey, voucherMint: PublicKey, platformMintTokenAccount: PublicKey, voucherMintTokenAccount: PublicKey);
    static fromBuffer(buffer: Buffer): StakeState;
}
//# sourceMappingURL=stakeState.d.ts.map