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