import duckdb from '@duckdb/node-bindings';
export declare function createConfig(options?: Record<string, string>): duckdb.Config;
