/** Text that must be formatted as if inside pre, and code HTML tags */ export declare class TextEntityTypePreCodeBaseModel { _: 'textEntityTypePreCode'; /** Programming language of the code; as defined by the sender */ language: string; }