export default class ImmutableObjectTest {
isFrozen(): void;
hasCorrectInstanceType(): void;
throwsExceptionOnChangeProperty(): void;
throwsExceptionOnCreateProperty(): void;
throwsExceptionOnExtensionWithProperty(): void;
throwsExceptionOnImmutableExtendsImmutable(): void;
}