/** A non-standard action has happened in the chat */ export declare class MessageCustomServiceActionBaseModel { _: 'messageCustomServiceAction'; /** Message text to be shown in the chat */ text: string; }