import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface GoToABinArgs {
    binId: number;
}
export interface GoToABinAccounts {
    lbPair: PublicKey;
    binArrayBitmapExtension: PublicKey;
    fromBinArray: PublicKey;
    toBinArray: PublicKey;
    eventAuthority: PublicKey;
    program: PublicKey;
}
export declare const layout: any;
export declare function goToABin(args: GoToABinArgs, accounts: GoToABinAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=goToABin.d.ts.map