export declare let sleep: (numberMillis: any) => void; export declare let loopExecute: (bool?: any, fun?: () => void, time?: number) => void;