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