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