import { ParserOptions } from "./unified"; import { FeedObject } from "./types"; export declare function parseFeed(xml: string, options?: ParserOptions): FeedObject | null;