/** * Implements the ReflectMetadata decorator combined with UseGuards decorator * @param roles array of role names */ export declare const Roles: (...roles: string[]) => (target: any, key?: any, descriptor?: any) => any;