import { ChatMemberOwner } from '../types'; import { User } from '../types'; export declare class ChatMemberOwnerBase implements ChatMemberOwner { status: string; user: User; is_anonymous: boolean; custom_title: string; }