import type { RevDoc } from '@vltpkg/types'; /** * turn an array of lines from `git ls-remote` into a thing * vaguely resembling a packument, where docs are a resolved ref */ export declare const linesToRevs: (lines: string[]) => RevDoc;