import { Type } from 'io-ts';
export declare class RTTI_decimalType extends Type<number> {
    private static regexExp;
    constructor();
}
export declare const RTTI_decimal: RTTI_decimalType;
