import type { Constructor } from "./types.js"; export declare const isComposite: (implementation: Constructor) => boolean;