// AUTO-GENERATED by mizan — do not edit import { mizanCall } from '@mizan/base' import type { whoamiOutput } from '../types' export function callWhoami(): Promise { return mizanCall('whoami', {}) }