import { IActionModel } from "./IActionModel.js";
export interface ITransformationModel {
    actions: IActionModel[];
}
