import { Type } from '@nestjs/common'; export declare const Feature: (name: string) => import("@nestjs/common").CustomDecorator; export declare const Action: (name: string) => import("@nestjs/common").CustomDecorator; export declare const getFeature: (target: Type) => any; export declare const getAction: (target: Function) => any;