import * as web3 from "@solana/web3.js"; import { Honeycomb, Operation } from "@honeycomb-protocol/hive-control"; export declare function getAssociatedTokenAccountIntructions(honeycomb: Honeycomb, mints: web3.PublicKey[]): Promise<{ preTxns: Operation[]; postTxns: Operation[]; }>;