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