declare const pad: (str: string | number, length: number, padChar?: string, align?: string) => string; export default pad;