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