import type { BoundCallable, BoundCallableOptions, CustomBoundCallable, WithSelfBoundCALL } from '../../../index.js'; /** @internal */ export declare function _CustomBoundCallableNoClone(options: Options): CustomBoundCallable; export declare function _BoundCallableNoClone(self: This): BoundCallable; //# sourceMappingURL=_BoundCallableNoClone.d.ts.map