import { TBackendModule } from './types'; export declare type TPluginInfo = { pluginDir: string; pluginName: string; frontendPath?: string; adminPanelPath?: string; backendPath?: string; }; export declare const readPluginsExports: (options?: { cwd?: string; }) => Promise; export declare const collectPlugins: (options?: { cwd?: string; updateCache?: boolean; }) => Promise; //# sourceMappingURL=plugin-exports.d.ts.map