export declare function isBunRuntime(): boolean; export declare function findBunExecutable(): string | undefined; export declare function autoInstallBun(): string | undefined; export declare function openTuiRuntimeHint(): string; export declare function reexecWithBunIfNeeded(entryPath: string): boolean; export declare function isOpenTuiFfiError(error: unknown): boolean;