import type { DowntimeInput, DowntimeResult } from './types.js'; /** * Calculate downtime cost analysis * * @param input - Downtime input parameters * @returns Downtime cost breakdown */ export declare function downtime(input: DowntimeInput): DowntimeResult; //# sourceMappingURL=downtime.d.ts.map