import { CodeViewSlotSnapshot } from "../components/CodeView.js";

//#region src/utils/areManagedSnapshotsEqual.d.ts
declare function areManagedSnapshotsEqual<LAnnotation, Caret>(previous: CodeViewSlotSnapshot<LAnnotation, Caret> | undefined, next: CodeViewSlotSnapshot<LAnnotation, Caret> | undefined): boolean;
//#endregion
export { areManagedSnapshotsEqual };
//# sourceMappingURL=areManagedSnapshotsEqual.d.ts.map