/** * This function take a path and scan for the middleware functions * * @param {string} path The path of the folder where middleware functions are located * * @return {array} List of middleware function */ export function scanForMiddlewareFunctions(path: string): any[];