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