import { IAutoBeOrchestrateHistory } from "../../../structures/IAutoBeOrchestrateHistory";
export declare const transformInterfaceSchemaRenameHistory: (props: {
    tableNames: string[];
    typeNames: string[];
}) => IAutoBeOrchestrateHistory;
