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