import type { IAction } from "./getDiffActionsFromTables";
export default function sortActions(actions: IAction[]): IAction[];
