export interface SleepOptions {
    useCachedSetTimeout?: boolean;
}
