import { Instruction } from "@orca-so/whirlpool-client-sdk";
import { PublicKey } from "@solana/web3.js";
export declare type ResolvedTokenAddressInstruction = {
    address: PublicKey;
} & Instruction;
export declare const emptyInstruction: Instruction;
