import type { ISession } from '../session/types.js'; import type { LocalProject, SlugOptions } from './types.js'; /** * Build project structure from local file/folder structure. */ export declare function projectFromPath(session: ISession, path: string, indexFile?: string, opts?: SlugOptions): Omit; //# sourceMappingURL=fromPath.d.ts.map