export declare const padAllLines: (text: string, length: number, char?: string) => string;