/**
 * Copyright (c) Microblink Ltd. All rights reserved.
 */
import { WasmType } from "./WasmType";
export declare function setupModule(module: any, allowedThreads: number | null, jsPath: string | null): any;
export declare function waitForThreadWorkers(wasmModule: any): Promise<void>;
export declare function supportsThreads(wasmType: WasmType): boolean;
