import type { TableHandler } from '..'; export default class SelectHandler { private table; constructor(table: TableHandler); set(value: Row[keyof Row]): void; all(): void; clear(): void; }