pub const clear_line: fn() -> Nil
pub const clear_screen: fn() -> Nil
pub const confirm: fn(String) -> Bool
pub const countdown: fn(Int) -> Nil
pub const draw_box_with_title: fn(
Int,
Int,
Int,
Int,
box_style.BoxStyle,
String,
) -> Nil
pub const draw_info_panel: fn(
Int,
Int,
Int,
Int,
String,
List(#(String, String)),
box_style.BoxStyle,
) -> Nil
pub const draw_menu_box: fn(
Int,
Int,
Int,
String,
List(String),
Int,
box_style.BoxStyle,
) -> Nil
pub const draw_progress_box: fn(
Int,
Int,
Int,
String,
Int,
Int,
box_style.BoxStyle,
) -> Nil
pub const fill_box: fn(Int, Int, Int, Int, String) -> Nil
pub const get_box_chars: fn(box_style.BoxStyle) -> #(
String,
String,
String,
String,
String,
String,
)
pub const hide_cursor: fn() -> Nil
pub const loading_animation: fn(String, Int) -> Nil
pub const loading_loop: fn(String, List(String), Int, Int) -> Nil
pub const move_cursor_down: fn(Int) -> Nil
pub const move_cursor_up: fn(Int) -> Nil
pub const overwrite_line: fn(String) -> Nil
pub const overwrite_with_padding: fn(String, String) -> Nil
pub const print_at: fn(String, Int, Int) -> Nil
pub const progress_bar: fn(Int, Int, Int) -> String
pub const prompt_user: fn(String) -> String
pub const read_line: fn(String) -> String
pub const select_option: fn(String, List(String)) -> String
pub const show_cursor: fn() -> Nil
pub const sleep: fn(Int) -> Nil
pub const typewriter_effect: fn(String, Int) -> Nil