export interface IDataSetSelection {
    getSelectedCount(): number;
    getSelection(): Uint8Array;
}
