import { CommonDeletion } from '../common/CommonDeletion.js';

declare class InspectionType extends CommonDeletion {
    inspectionLevel: number;
}

export { InspectionType };
