import { IAgenticaHistoryJson } from "@agentica/core";
import { AutoBeAnalyzeHistory } from "@autobe/interface";
export declare const transformPrismaSchemaHistories: (analyze: AutoBeAnalyzeHistory, component: {
    filename: string;
    tables: string[];
    entireTables: string[];
}) => Array<IAgenticaHistoryJson.IAssistantMessage | IAgenticaHistoryJson.ISystemMessage>;
