export declare class SStringUtil { static num2Hex(n: number, len?: number): string; }