export declare const ORDER_DIRECTION: {
    asc: string;
    desc: string;
};
