import type { ExecOpts } from '@lerna-lite/core'; export declare function gitCheckout(stagedFiles: string[], gitOpts: { granularPathspec: boolean; }, execOpts: ExecOpts, dryRun?: boolean): Promise;