import { LogicException } from'./logic.exception';
/**
* Exception thrown if a value does not adhere to a defined valid data domain.
* @public
*/
export declareclassDomainExceptionextendsLogicException{
name: string;
}
//# sourceMappingURL=domain.exception.d.ts.map