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