declare const createWorker: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { createWorker };