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