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