import type { AddToolsOptions } from '../options.js'; export interface AddEntityToolsOptions extends AddToolsOptions { dbTableKey: string; }