export declare const waitUntilSleeping: (workerState: Int32Array) => Promise; export declare const setToAwake: (workerState: Int32Array, notify: boolean) => void; export declare const setToSleep: (workerState: Int32Array) => void;