import { AgenticaOperation, MicroAgenticaHistory } from "@agentica/core";
import { AutoBeHistory } from "@autobe/interface";
export declare function createAgenticaHistory(props: {
    operations: readonly AgenticaOperation[];
    history: AutoBeHistory;
}): MicroAgenticaHistory | null;
