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