export declare const jsonColumnType: () => "simple-json";
export declare const dateColumnType: () => "timestamp" | "text";
