import { Config } from '@backstage/config'; export declare function createDetectedModulesEntryPoint(options: { config: Config; targetPath: string; watch?: () => void; }): Promise;