import type { Feed } from './types.js';
export declare const parse: (value: unknown) => Feed;
