import 'reflect-metadata';
export declare function Body(keyParam?: string): (target: object, propertyKey: string | symbol, parameterIndex: number) => void;
