/** The user is the creator of a chat and has all the administrator privileges */ export declare class ChatMemberStatusCreatorBaseModel { _: 'chatMemberStatusCreator'; /** True, if the user is a member of the chat */ isMember: boolean; }