import type { Root } from 'mdast';
export declare const pageToRss: (tree: Root) => {
    title: string | undefined;
    description: string | undefined;
};
