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