import { ModelsBase } from '../../common/models/models.base';
import { Intervention } from '../../common/models/intervention.types';
export declare class InterventionOverview extends ModelsBase {
    constructor(intervention: Intervention);
    document_type: string;
    cfei_number: string;
    contingency_pd: boolean;
    humanitarian_flag: boolean;
}
