import { ColumnOptions } from 'typeorm';
export declare const Jsonb: (options?: ColumnOptions) => PropertyDecorator;
