importtype { ParsedArgv } from'./parse-argv.types';
/**
* Parse the tokens that would be forwarded to a `git` child-process and
* return a structured summary of what the invocation does.
*/exportdeclarefunctionparseArgv(...tokens: readonlyunknown[]): ParsedArgv;