import { Cell, Context } from "..";
export declare function orderbydata(isAsc: boolean, index: number, data: (Cell | null)[][]): (Cell | null)[][];
export declare function sortSelection(ctx: Context, isAsc: boolean): void;
