/** An ordinary chat with a user */ export declare class ChatTypePrivateBaseModel { _: 'chatTypePrivate'; /** User identifier */ userId: number; }