export declare class Utils {
    static formatData(data: any): string;
    static parseData(input: string): any;
}
