declare function PathParam(name: string): (target: any, key: string, index?: number) => any; export default PathParam;