import { ProtobufType } from '../../ProtobufType'; import { TProtobufField } from '../../TProtobufField'; export type TStringValue = { value: string; }; export declare class StringValue extends ProtobufType { protected fields(): TProtobufField[]; }