declare module 'unix-timestamp' { export function now(delta: string | number): number; }