export declare const META_ROL_KEY = "rol_key";
export interface RolKeyMetadata {
    key: string;
    modifier: boolean;
}
export declare const RolKey: (key: string, modifier?: boolean) => import("@nestjs/common").CustomDecorator<string>;
