import type { Comment } from "@/types/const.types"; export declare const scrollToComment: (comment: Comment) => Promise; //# sourceMappingURL=scroll-to-comment.d.ts.map