import { Repository } from "./repository"; export class Refdb { static open(repo: Repository): Promise; compress(): number; }