declare class ExemptionConditionBaseType {
    expiryDate?: string | null;
    ntyCode?: string | null;
    locationFrom?: string | null;
    locationTo?: string | null;
    noLoadIndicator?: string | null;
    noTrailerIndictr?: string | null;
    otherConditions?: string | null;
    rgdTowBarIndictr?: string | null;
    speedRestriction?: string | null;
    speedUnit?: string | null;
    susTowFrtIndctr?: string | null;
    susTowRrIndctr?: string | null;
    visibilityIndctr?: string | null;
}

export { ExemptionConditionBaseType };
