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