export declare function repeat(min: number, max: number, callback: () => void): void;
