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