import { ActionChange, ITermAction } from "./ITermsActions"; export declare const getTermActionChange: (tac: ActionChange[], termAction: ITermAction) => { actionDisabled: boolean | undefined; actionHidden: boolean | undefined; }; //# sourceMappingURL=getTermActionChange.d.ts.map