import { LogicException } from'./logic.exception';
/**
* Exception thrown if an argument is not of the expected type.
* @public
*/
export declareclassInvalidArgumentExceptionextendsLogicException{
name: string;
}
//# sourceMappingURL=invalid-argument.exception.d.ts.map