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