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

declare class OffenceBaseType extends CommonVersion {
    ukMarker?: string | null;
    sequenceNum?: string | null;
    name?: string | null;
    ostCode?: string | null;
    ofgCode?: string | null;
    effectiveFromDate?: string | null;
    effectiveToDate?: string | null;
    otyCode?: string | null;
    osbCode?: string | null;
    hazchemRisk?: string | null;
    hazchemReason?: string | null;
    endorsableFlag?: string | null;
    descriptionWelsh?: string | null;
}

export { OffenceBaseType };
