import type { ModuleIosConfig } from '../types';
export declare function getIosInlineModulesClassNames(watchedDirectories: string[], appRoot: string): Promise<ModuleIosConfig[]>;
