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