import { TypeClass } from '../TypeClass'; export declare const Int: TypeClass<"Int", number>;