/**
 * Converts hours into seconds
 */
export declare function hours(n: number): number;
//# sourceMappingURL=hours.d.ts.map