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