export declare class DocCheckboxes { aImprimer: boolean; docDemat: boolean; constructor(docAImprimer: boolean, docDemat: boolean); }