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