export declare function _truncateText(text: string, limit?: number): string; export declare function _isTruncate(text: string, limit?: number): boolean; export declare function _toTitleCase(text: string): string; export declare const _disableDevTools: () => void;