import { ProtobufType } from '../ProtobufType'; import { TProtobufField } from '../TProtobufField'; import { TStringValue } from './basic'; export type TGetInitialState = { refresh_token: TStringValue; }; export declare class GetInitialState extends ProtobufType { protected fields(): TProtobufField[]; }