import type { Trait } from "@tsimpl/core"; import type { TraitDescriptor } from "../types/trait-descriptor.js"; export declare function dispatch(self: object, traitDescriptor: TraitDescriptor, method: PropertyKey, args: readonly unknown[]): unknown;