import ContextHook from '../ContextHook'; declare function Contexted(hook: ContextHook, key?: string): (target: any, key: string, index?: number) => any; export default Contexted;