import { WalineCommentSorting } from '../typings/index.js';
export type SortKey = 'insertedAt_desc' | 'insertedAt_asc' | 'like_desc';
export declare const sortKeyMap: Record<WalineCommentSorting, SortKey>;
export declare const sortingMethods: WalineCommentSorting[];