# sig/litedb/connection.rbs class Litedb::Connection < Litedb::SQLite3::Database def clean_sql: () -> untyped def initialize: () -> void def prepare_statements: () -> untyped def run_migrations: () -> untyped def run_statement: (Symbol statement, *Array[String] args) -> Array[Array, String, String] def set_pragmas: () -> untyped end