export type CommitResult = {
    success: boolean;
    commitHash?: string;
    message?: string;
    error?: string;
};
//# sourceMappingURL=CommitResult.d.ts.map