import type { RestartStudioRequest, RestartStudioResponse } from '@remotion/studio-shared'; import type { ApiHandler } from '../api-types'; export declare const handleRestartStudio: ApiHandler;