/** * Loads all exported classes from the given directory. */ export declare function importClassesFromDirectories(globString: string, formats?: string[]): Function[];