export interface Busy { set(): void; unset(): void; for(ms: number): boolean; get now(): boolean; } export declare function busy(): Busy;