import type { ParseFunction } from '../../common/types.js';
import type { Feed } from './types.js';
export declare const retrieveFeed: ParseFunction<Feed>;
