#pragma once class Interpreter; // Register the builtin 'path' module (path utilities) void registerPathModule(Interpreter& interpreter);