import { AddressingMode } from "../syntax";
/**
 * Look up addressing mode of an operand string
 */
export default function operandMode(operand: string): AddressingMode;
