import 'reflect-metadata';
import type { MappingOptions } from '../types/mapping.type';
export declare function Mapping(options: MappingOptions): MethodDecorator;
