import { Locale } from './locale'; export declare class Report { reportId: number; locale: Locale; reportName: string; cppReport: boolean; hidden: boolean; reportTitle: string; description: string; sampleUrl: string; xslUrl: string; pages: number; generator: number; reportElements: any[]; normingTables: any[]; }