import type { TableHandler } from '..'; export default class SearchHandler { private table; constructor(table: TableHandler); clear(): void; }