import { Comment } from "microboard-temp"; type MergeComments = { clusters: Comment[][]; singleComments: Comment[]; }; export declare const useCommentsMerge: (comments: Comment[], cameraScale: number) => MergeComments; export {};