export declare const SORT_DIRECTION: Readonly<{
    readonly ASC: "ASC";
    readonly DESC: "DESC";
}>;
