export default function padNumber(n: number | string, width: number, z?: string): string;