/** * Path Resolver for Photon files * * Re-exports from @portel/photon-core for consolidation. * All path resolution utilities are now in the shared core library. * * NOTE: For new code, prefer importing from './context.js' instead. * This module is retained for backwards compatibility. */ export { resolvePath, listFiles, listFilesWithNamespace, ensureDir, resolvePhotonPath, listPhotonFiles, listPhotonFilesWithNamespace, ensurePhotonDir, DEFAULT_PHOTON_DIR, type ResolverOptions, type ListedPhoton, } from '@portel/photon-core'; export declare const ensureWorkingDir: typeof import("@portel/photon-core").ensureDir; export declare const listPhotonMCPs: typeof import("@portel/photon-core").listFiles; //# sourceMappingURL=path-resolver.d.ts.map