declare const getModulesModels: () => Promise<{
    [name: string]: any;
}>;
export default getModulesModels;
