import { Roles as RolesEnum } from '@evil-gauss/core';
export declare const RolesDecorator: (roles?: RolesEnum[]) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;