export declare function getStrListLength(list: Array<string>): number;
export declare function splitLongList(list: Array<string>, threshold?: number, max?: number): string[][];
