import { DB } from './db'; export declare function withLock(db: DB, id: number, fn: () => Promise): Promise;