type TuiApi = any; declare const plugin: { id: string; tui: (api: TuiApi) => Promise; }; export default plugin; //# sourceMappingURL=tui.d.ts.map