/**
 * Enum representing the commit mode options
 */
export declare enum ECommitMode {
    AUTO = "auto",
    MANUAL = "manual"
}
