export declare class Sort {
    constructor();
    empty?: boolean;
    sorted?: boolean;
    unsorted?: boolean;
}
