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