export type AnyObject = Record<string, any>;
export interface Commit {
    revert?: AnyObject | null;
    raw?: AnyObject | null;
}
//# sourceMappingURL=types.d.ts.map