export type Collation = 'nocase' | 'binary' | 'rtrim' | (string & {});