import * as childProcess from "@lerna/child-process"; import type { LernaOptions } from "@lerna/child-process"; export declare function gitAdd(changedFiles: string[], gitOpts: { granularPathspec?: boolean; }, execOpts: LernaOptions): Promise;