import type { GitOptions } from './index.ts'; import type { RevDoc } from '@vltpkg/types'; export declare const revs: (repo: string, opts?: GitOptions) => Promise;