export declare function updateTSConfigFileContent(tsContents: string): string; export declare function addTSConfigPaths(tsContents: string, videosDir: string): string; export declare function checkPackageJsonForNextVideo(packagePath?: string): Promise;