export declare let Params: (paramName?: string) => (target: any, propertyKey: string, index: number) => void; export declare let Param: (paramName?: string) => (target: any, propertyKey: string, index: number) => void;