export declare function padright(str: string, totalWidth: number, paddingChar?: string): string;