3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
export declare const findClosestPackageJson: () => string | null;
|
|
export declare const findRemotionRoot: () => string;
|