import { Formulaire } from '../poo/formulaire'; export declare class FormulaireService { static getFormulaire(json: string): Formulaire; }