export type DebugNamespace = string; export type DebugLogger = (prefix: string, message: string, data?: unknown) => void;