export { serializeTelefunctionResult }; declare function serializeTelefunctionResult(runContext: { telefunctionReturn: unknown; telefunctionName: string; telefuncFilePath: string; telefunctionAborted: boolean; }): string;