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