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

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