import type { Void } from './undefined'; /** * Client function by arguments and return result. */ export type ClientFunction = (this: void, ...args: Args) => Promise;