import { SectionModel, SectionModelCommand } from '../model/cms.model';
import * as i0 from "@angular/core";
export declare class AdapterPageCmsService {
    /** Adapteur en écriture
     *  on retourne au back les sections sans les propriétés component et componentReadonly (deconstruct) non utiles pour le back
    */
    adapterCommand(sections: SectionModel[]): SectionModelCommand[];
    static ɵfac: i0.ɵɵFactoryDeclaration<AdapterPageCmsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AdapterPageCmsService>;
}
