import type { Trait } from "@tsimpl/core"; import type { BoundTrait } from "../types/bound-trait.js"; import type { TraitDescriptor } from "../types/trait-descriptor.js"; export declare function boundTrait(self: TSelf, traitDescriptor: TraitDescriptor): BoundTrait;