declare const _exports: { makePiscina: (serverConfig: any) => Piscina; } | { then(onfulfilled?: ((value: import("./worker").PiscinaTaskWorker) => TResult1 | PromiseLike) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike) | null | undefined): Promise; catch(onrejected?: ((reason: any) => TResult | PromiseLike) | null | undefined): Promise; finally(onfinally?: (() => void) | null | undefined): Promise; readonly [Symbol.toStringTag]: string; }; export = _exports; import Piscina = require("@posthog/piscina");