import { FunctionDefinition } from'../constants/interfaces';
/**
* `IFS` Returns one value if a logical expression is TRUE
* when is False another logical expression have to be set with their returned value
* and so (recursive operation)
*/exportdeclareconstIFS: FunctionDefinition;