import type { AnyFn, Syncify, SynckitOptions } from './types.js'; export * from './common.js'; export * from './constants.js'; export * from './helpers.js'; export * from './types.js'; export declare function createSyncFn(workerPath: URL | string, timeoutOrOptions?: SynckitOptions | number): Syncify; export declare function runAsWorker | R>, R = ReturnType>(fn: T): void;