export type RemotionConfigResponse = {
	isRemotion: true;
	cwd: string;
	version: string | null;
};
