import type { WithSelfBoundCALL } from '../../../index.js'; export interface BoundCallableInputWithCALL extends WithSelfBoundCALL { clone?(): this; } //# sourceMappingURL=BoundCallableInputWithCall.d.ts.map