export type Loglevel = 'INFO' | 'DEBUG' | 'NONE' | 'ERROR';
