import { NodeUserType } from '../interface'; export declare function formatRenderGroup(list?: NodeUserType[]): [string, NodeUserType[]][]; export declare function ToUpperNumberString(n: string): string;