import { Run } from "../run"; export declare class TextRun extends Run { constructor(text: string); }