export declare class PdfConfig { idiCodigo: any; cdocCodigo: any; name: string; formula: string; visibleInternal: boolean; visibleExternal: boolean; notVisibleDirectTo: boolean; template: string; header: string; footer: string; marginTop: number; marginRight: number; marginBottom: number; marginLeft: number; headerHeight: number; footerHeight: number; font: string; orientation: number; size: number; repeatHeader: boolean; repeatFooter: boolean; showPager: boolean; }