#!/usr/bin/env bun export declare var tuiApi: { registerTab: (tab: any) => void; loadConfig: () => any; saveConfig: (cfg: any) => void; loadPlugins: () => any[]; flash: (msg: any) => void; setTextInput: (on: any) => void; refresh: () => void; runBlocking: (fn: any) => Promise; registerCapabilities: (caps: any) => void; };