import { Address, IAccountMeta, IAccountSignerMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface WithdrawSlashedAmountAccounts {
    crank: TransactionSigner;
    farmState: Address;
    slashedAmountSpillAddress: Address;
    farmVault: Address;
    farmVaultsAuthority: Address;
    tokenProgram: Address;
}
export declare function withdrawSlashedAmount(accounts: WithdrawSlashedAmountAccounts, remainingAccounts?: Array<IAccountMeta | IAccountSignerMeta>, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>;
//# sourceMappingURL=withdrawSlashedAmount.d.ts.map