import { ParseData } from './parser'; export declare class ParserHelper { static getArray(data: ParseData): string[]; private static stringToArray; }