export = TextRun; declare class TextRun { constructor(data: any); text: any; endpoint: {}; }