/** * @enum for Reports container type. * @summary Axo has two type of reports custom report and report. */ export declare enum ReportContainerType { report = 0, customReport = 1 } export declare enum ReportFileType { pdf = 0, xlsx = 1, docx = 2 }