import type { ApiRoutes } from '@remotion/studio-shared'; export declare const callApi: (endpoint: Endpoint, body: ApiRoutes[Endpoint]["Request"], signal?: AbortSignal) => Promise;