import HttpClient from "./index"; export declare class ExportCalendarService extends HttpClient { exportAsXlsx(bearer: string, account: string, start: string, end: string, showDeleted: boolean, usersId?: string[], companyIds?: string[]): Promise; static downloadBlob(blob: Blob, filename: string): void; }