declare const repeat: (callable: () => void, times: number) => void; export default repeat; //# sourceMappingURL=repeat.d.ts.map