declare function rpad(str: string, len: number, chars?: string): string; export = rpad;