export interface ExportResult { outputPath: string; eventCount: number; rruleMapped: number; rruleFallback: number; notFound: string[]; } export declare function scheduleExportIcs(eventIds: string[], accountId: string): Promise; //# sourceMappingURL=schedule-export-ics.d.ts.map