export declare function leftJustify(text: string, width: number): string; export declare function rightJustify(text: string, width: number): string;