import type { WithCloneFunction } from '../../../clone/index.js'; import type { _BoundCallable } from '../../index.js'; export interface BoundCallableOptions { call(this: _BoundCallable, ...args: unknown[]): unknown; shape: Partial; } //# sourceMappingURL=BoundCallableOptions.d.ts.map