import type { WorkerObject } from "../../types.js"; /** * Check if worker is compatible with this library version * @param worker * @param libVersion * @returns `true` if the two versions are compatible */ export declare function validateWorkerVersion(worker: WorkerObject, coreVersion?: string): boolean; //# sourceMappingURL=validate-worker-version.d.ts.map