import { Worker, type MessagePort } from "node:worker_threads";
import type { FeeEstimatorOptions } from "./types";
export declare const initEstimator: (options: FeeEstimatorOptions) => MessagePort | Worker;
//# sourceMappingURL=estimator-worker.d.ts.map