import 'reflect-metadata'; export declare function defineMetadata(key: string, value: T, target: any, propertyKey?: string | symbol): void; export declare function getMetadata(key: string, target: any, propertyKey?: string | symbol): T | undefined;