import { type Cid } from '@atproto/lex'; import type { AccountDb } from '../db/index.js'; export declare const updateRoot: (db: AccountDb, did: string, cid: Cid, rev: string) => Promise; //# sourceMappingURL=repo.d.ts.map