// Type declaration for Timer to fix viem dependency issue declare global { type Timer = NodeJS.Timeout; } export {};