import { ERoleCode } from '../constant';
export declare const getRoleNameByTarget: (target: ERoleCode, uppercaseFirst?: boolean) => string;
