import { Database } from 'sql.js';
import { N as Executor } from '../../adapter-j-hUrs7K.cjs';
import 'kysely';

declare function createSQLJSExecutor(database: Database): Executor;

export { createSQLJSExecutor };
