import { License } from './field_parsers/license'; export declare const Parser: (raw: string) => { license: License; version: string; raw: string; }; export declare const getVersion: (data: string) => string;