declare const padStart: (str?: any, len?: number, chars?: string) => string; export default padStart;