import type { FileChange } from '../types';
import type { Git } from '@yuki-no/plugin-sdk/infra/git';
export declare const applyFileChanges: (upstreamGit: Git, fileChanges: FileChange[]) => void;
