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