import { Address, IAccountMeta, IInstruction, Option } from "@solana/kit";
export interface GoToABinArgs {
    binId: number;
}
export interface GoToABinAccounts {
    lbPair: Address;
    binArrayBitmapExtension: Option<Address>;
    fromBinArray: Option<Address>;
    toBinArray: Option<Address>;
    eventAuthority: Address;
    program: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function goToABin(args: GoToABinArgs, accounts: GoToABinAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=goToABin.d.ts.map