import 'reflect-metadata'; import { BaseThing } from '../baseThing'; export declare const Field: (label?: string | null) => (target: BaseThing, key: string) => void;