export declare const timestampToStr: (_timestamp: number | string, isUTC?: boolean) => string; export declare const strTruncateCenter: (str: string, head?: number, tail?: number, ellipsis?: string) => string; export declare const truncateAddress: (address: string) => string;