import type { CallFunctionOptions, CloudProvider, OnMessage, ServerlessRoutines } from '@remotion/serverless-client'; export declare const parseJsonOrThrowSource: (data: Uint8Array, type: string) => any; export declare const callFunctionWithStreamingImplementation: , Record, string, object>, T extends ServerlessRoutines>(options: CallFunctionOptions & { receivedStreamingPayload: OnMessage; retriesRemaining: number; }) => Promise;