declare global { const generateNewId: (options?: { timestamp?: boolean }) => Promise; } export {}