// AUTO-GENERATED by mizan — do not edit import { mizanCall } from '@mizan/base' import type { findUserInput, findUserOutput } from '../types' export function callFindUser(args: findUserInput): Promise { return mizanCall('find_user', args) }