import { JetroutineFunctionReturnTypes } from '../config/_symbols'; import { remote } from '../proto/runtime/v1alpha1/remote'; export declare const getPostResultRequest: (execId: string, value?: JetroutineFunctionReturnTypes, error?: remote.Error | undefined) => remote.PostResultRequest; export declare const getRuntimeHost: (apiKey: string) => string;