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