export declare const description: {
    (value: unknown): (target: any, propertyKey?: string) => void;
    get(constructor: Constructor<any>, propertyKey?: string): any;
    getByKeyPath<T>(constructor: Constructor<T>, keyPath: KeyPath.Of<T>): any;
};
declare global {
    var description: typeof import('./description.js').description;
}
//# sourceMappingURL=description.d.ts.map