type LogMethods = 'trace' | 'debug' | 'info' | 'warn' | 'error'; export type { LogMethods };