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