import type { VideoProductionMode } from '../types.js'; import type { StudioProjectContext } from './types.js'; export declare function loadStudioProjectContext(root: string, project: string | undefined, mode?: VideoProductionMode): Promise; //# sourceMappingURL=project-context.d.ts.map