// AUTO-GENERATED by mizan — do not edit import { mizanCall } from '@mizan/base' import type { echoInput, echoOutput } from '../types' export function callEcho(args: echoInput): Promise { return mizanCall('echo', args) }