declare function leftPad(str: string, length: number, padStr?: string): string;
export default leftPad;
