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