import { DbClient } from '../../../index.js'; export declare function del(db: DbClient, type: string, id: number): Promise;