import { Act, Acts, TypeAct } from "../../commons/Act";
export declare const remainingTypesAct: (acts: Acts, actToUpdate?: Act) => TypeAct[];
