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