/** * Base parser which should be inherited */ export declare class BaseParser { options: any; constructor(options?: {}); }