import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface WithdrawSlashedAmountAccounts {
    crank: PublicKey;
    farmState: PublicKey;
    slashedAmountSpillAddress: PublicKey;
    farmVault: PublicKey;
    farmVaultsAuthority: PublicKey;
    tokenProgram: PublicKey;
}
export declare function withdrawSlashedAmount(accounts: WithdrawSlashedAmountAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=withdrawSlashedAmount.d.ts.map