import type { PreviewDocument, ResolvedPreviewDocument } from "./types.js"; type AnnotatableDocument = Pick & Partial>; /** Stable per-document key for annotation/signature persistence. */ export declare function resolveAnnotationDocumentId(document?: AnnotatableDocument | null, fallback?: string): string; export {}; //# sourceMappingURL=annotation-document-id.d.ts.map