import type { Changes, State } from "./types.js";
export declare function createCommit(state: Required<State>, treeCreated: boolean, changes: Changes): Promise<string>;
