/** * Computes TTL in UNIX timestamp with seconds precision */ export declare function computeTTL(ttl: number): number; //# sourceMappingURL=computeTTL.d.ts.map