export default class Utils {
    static splitStringAtIndex(value: string, index: number): string[];
    static isMobile(): boolean;
}
