/** * Convert a cron expression to a human-readable string. * Covers common patterns; falls through to raw cron for anything else. */ export declare function cronToHuman(cron: string): string;