import { Form4Data, XMLParams } from '../../../types'; import XMLParser from '../XMLParserLegacy'; /** * Form 4 - Insider Transactions * * example at https://www.sec.gov/Archives/edgar/data/320193/000032019323000079/xslF345X05/wk-form4_1691533817.xml */ export declare function parseForm4(params: XMLParams, xmlParser?: XMLParser): Form4Data;