export declare const scheduleWork: (callback: (...args: any[]) => void, timeout?: number | undefined) => void;
