import { Base, Type } from "./type";
import { ListSortDirection } from "./ListSortDirection";
/**
 * @hidden
 */
export declare class SortGroupParser extends Base {
    static $t: Type;
    b(a: string, b: (arg1: string, arg2: ListSortDirection, arg3: string) => void): void;
    private a;
}
