import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function sign(input: {
    val: number | string | ICharacter | INumeric;
}): number;
