/** * @description Restarts the Remotion Studio. * @see [Documentation](https://www.remotion.dev/docs/studio/restart-studio) */ import type { RestartStudioResponse } from '@remotion/studio-shared'; export declare const restartStudio: () => Promise;