import type { FileChange, FileStatus } from '../types';
import type { Git } from '@yuki-no/plugin-sdk/infra/git';
export declare const createFileChanges: (headGit: Git, hash: string, fileStatus: FileStatus, rootDir?: string) => FileChange[];
