/** * Context parameter decorator * It is only allowed to be used once */ declare function context(target: any, key: string | symbol, index: number): void; export default context;