export interface SingleTableSelection { kind: 'single-table-selection'; } export declare function createSingleTableSelection(): SingleTableSelection;