import type { IGetRecordsRo } from '@teable/openapi'; export declare const useCommentCountMap: (query?: IGetRecordsRo) => { [k: string]: number; };