import { CurrentFilingsList, XMLParams } from '../../../types';
export declare function parseCurrentFilings(params: XMLParams): CurrentFilingsList;
