export declare const label: {
    (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 label: typeof import('./label.js').label;
}
//# sourceMappingURL=label.d.ts.map