export type Subject = string;
export type Action = string;
export declare const AllowActions: import("@nestjs/core").ReflectableDecorator<[string, string][], [string, string][]>;
