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