export type CompressionType = 'ascii' | 'binary'; export type DictionarySize = 'small' | 'medium' | 'large';