import type { ExplorerType } from '../../schemas/config.schema.js'; import type { AppExplorer } from './types.js'; export declare function createExplorer(type: ExplorerType): AppExplorer; //# sourceMappingURL=factory.d.ts.map