export declare class Pool { pool: any; constructor(); run(workerPathArg: string): any; }