import { ReportData } from './report.service';
export declare class ExcelService {
    build(report: ReportData): Promise<Buffer>;
}
