export declare class ExcelService {
    generateExcelBuffer(data: any, options?: any, sheetName?: string): Promise<Buffer<ArrayBufferLike>>;
}
