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