code: ```ts
const globPromise = promisify(glob);
error: ```ts
No overload matches this call.
The last overload gave the following error.
Argument of type 'typeof import("C:/Users/mark/Desktop/Coiding_anything/typebot/node_modules/glob/dist/commonjs/index")' is not assignable to parameter of type 'Function'.
Type 'typeof import("C:/Users/mark/Desktop/Coiding_anything/typebot/node_modules/glob/dist/commonjs/index")' is missing the following properties from type 'Function': apply, call, bind, prototype, and 6 more.ts(2769)
util.d.ts(1169, 21): The last overload is declared here
pls help with this