type ReportPeriod = "daily" | "weekly" | "monthly"; export declare function runReport(cwd: string, period?: ReportPeriod): void; export {};