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