import { Table } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function compareIn(left: number | string | ICharacter | INumeric, right: Table): boolean;
