import { WorkerAPI } from "./worker.js";
declare const createAleoWorker: () => WorkerAPI;
export { createAleoWorker };
