/**
 *
 * @param baseDir The Classpath to be scanned
 * @author Inbanithi
 * @description It scans the files inside the ClassPath to load configuration to ApplicationContext
 */
declare function autoBind(baseDir: string): Promise<void>;

export { autoBind };
