import type { InstallPackageResponse } from '@remotion/studio-shared';
export declare const installPackages: (packageNames: string[]) => Promise<InstallPackageResponse>;
