import * as fuzzy from "./lib/fuzzy.js"; import * as identity from "./lib/identity.js"; import * as reanchorCore from "./lib/reanchor-core.js"; import * as anchorContext from "./lib/anchor-context.js"; import * as globalReconciliation from "./lib/global-reconciliation.js"; import * as revisionProjection from "./lib/revision-projection.js"; import * as confidenceCalibration from "./lib/confidence-calibration.js"; import * as validateCore from "./lib/validate-core.js"; import * as serialize from "./lib/serialize.js"; import { mrsfSchema } from "./lib/schema.js"; export type { AnchorPosition, Comment, DiffHunk, FuzzyCandidate, MrsfDocument, ReanchorResult, ReanchorStatus, ValidationDiagnostic, ValidationResult, DiagnosticSeverity, } from "./lib/types.js"; export type { ParsedAuthor } from "./lib/identity.js"; export type { LenientParseResult } from "./lib/serialize.js"; export declare const parseSidecarContent: typeof serialize.parseSidecarContent; export declare const parseSidecarContentLenient: typeof serialize.parseSidecarContentLenient; export declare const toYaml: typeof serialize.toYaml; export declare const toJson: typeof serialize.toJson; export declare const combinedScore: typeof fuzzy.combinedScore; export declare const exactMatch: typeof fuzzy.exactMatch; export declare const fuzzySearch: typeof fuzzy.fuzzySearch; export declare const levenshteinScore: typeof fuzzy.levenshteinScore; export declare const normalizedMatch: typeof fuzzy.normalizedMatch; export declare const tokenLcsScore: typeof fuzzy.tokenLcsScore; export declare const applyReanchorResults: typeof reanchorCore.applyReanchorResults; export declare const DEFAULT_THRESHOLD = 0.6; export declare const HIGH_THRESHOLD = 0.8; export declare const reanchorComment: typeof reanchorCore.reanchorComment; export declare const reanchorDocumentLines: typeof reanchorCore.reanchorDocumentLines; export declare const reanchorDocumentText: typeof reanchorCore.reanchorDocumentText; export declare const resolveAnchor: typeof reanchorCore.resolveAnchor; export declare const toReanchorLines: typeof reanchorCore.toReanchorLines; export declare const createAnchorContextIndex: typeof anchorContext.createAnchorContextIndex; export declare const reconcileCommentAnchors: typeof globalReconciliation.reconcileCommentAnchors; export declare const createRevisionProjection: typeof revisionProjection.createRevisionProjection; export declare const calibrateAnchorEvidence: typeof confidenceCalibration.calibrateAnchorEvidence; export type { AnchorContextIndex, ContextAnchorCandidate, ContextAnchorResolution, } from "./lib/anchor-context.js"; export type { ProjectedAnchor, RevisionProjectionIndex, } from "./lib/revision-projection.js"; export type { CalibratedAnchor, ConfidenceBand, } from "./lib/confidence-calibration.js"; export declare const validateDocument: typeof validateCore.validateDocument; export { mrsfSchema }; export declare const formatAuthor: typeof identity.formatAuthor; export declare const parseAuthor: typeof identity.parseAuthor; export declare const newCommentId: typeof identity.newCommentId; //# sourceMappingURL=browser.d.ts.map