import type { SqliteRuntime, SqliteRuntimeKind } from './types'; export declare function isBunRuntime(): boolean; export declare function resolveDefaultSqliteRuntimeKind(): SqliteRuntimeKind; export declare function createSqliteRuntime(kind?: SqliteRuntimeKind): SqliteRuntime;