export declare enum ColumnFormat { FIXED = "FIXED", DYNAMIC = "DYNAMIC", DEFAULT = "DEFAULT" }