declare const leftPad: (str: string | number, length: number, fill?: string) => string; export { leftPad };