import { type ParsedEvent } from "../lib/ics.js"; export interface ImportResult { events: ParsedEvent[]; parseErrors: string[]; filename: string; } export declare function scheduleImportIcs(filePath: string, accountId: string): Promise; //# sourceMappingURL=schedule-import-ics.d.ts.map