import type { ColumnCodec } from './column'; export declare function getCodec(typeStr: string): ColumnCodec;