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