import type { InvokeArgs } from '@tauri-apps/api/core'; export declare function invokeWasmFunction(functionName: string, args?: InvokeArgs): Promise;