import { DuckDBType } from './DuckDBType';
import { DuckDBValue } from './values';
export declare function typeForValue(value: DuckDBValue): DuckDBType;
