import { TypeString } from '../types/type-string'; import { Primitive } from './primitive'; export declare class String extends Primitive { type: typeof TypeString; toJS(): string; }