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