declare const repeat: (...args: any[]) => string; export default repeat;