import type { ParseFunction } from '../../common/types.js';
import type { Entry, Feed } from '../../feeds/atom/parse/types.js';
export declare const retrieveEntry: ParseFunction<Entry>;
export declare const retrieveFeed: ParseFunction<Feed>;
