import { ModelError } from '../../../errors';
import { FormationLabel, FormationLabelIndefini } from '../formation-label';
import { LieuMediationNumerique } from '../../lieu-mediation-numerique';
export declare class FormationLabelError extends ModelError<LieuMediationNumerique> {
    constructor(formationLabel: FormationLabel | FormationLabelIndefini);
}
//# sourceMappingURL=formation-label.error.d.ts.map