import { RichTextUnion } from '@airgram-dev/core'; /** A strike-through rich text */ export declare class RichTextStrikethroughBaseModel { _: 'richTextStrikethrough'; /** Text */ text: RichTextUnion; }