export default function padLeft(str: string, length: number, padding: string): string;