export declare function runOnce(cb: Function): void;
export declare function multithread(cb: Function, no_of_threads?: number): void;
