import { isPastOrFuture } from '../types/is-past-or-future'; import { locale } from '../types/locale'; import { style } from '../types/style'; export declare const hours: (hours: number, local: locale, isPastOrFuture: isPastOrFuture, style: style) => string; //# sourceMappingURL=hours.d.ts.map