import type { BindOptions, BoundSyncCaller } from './types.js'; export default function bindSync(version: string, workerPath: string, options?: BindOptions): BoundSyncCaller;