import { Annotation } from './types'; export declare const generateMarkdown: (annotations: readonly Annotation[], pageUrl: string) => string;