3 lines
165 B
TypeScript
3 lines
165 B
TypeScript
import type { ProjectInfo } from '@remotion/studio-shared';
|
|
export declare const getProjectInfo: (remotionRoot: string, entryPoint: string) => Promise<ProjectInfo>;
|