import { Float, Integer, Integer8 } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function parse(val: INumeric | ICharacter | string | number | Float | Integer | Integer8): number;
