import { TextAlign } from '../types'; export declare function alignText(text: string, width: number, align: TextAlign): string;