import { MockWalletWorker } from '../worker.js';
export declare const getMockWalletWorker: () => import("../../../worker/index.js").WorkerChildInfer<MockWalletWorker> & {
    terminate(): void;
};
