default: {
debug: (message: string) => void;
debugEnabled: boolean;
error: (message: string) => void;
info: (message: string) => void;
warn: (message: string) => void;
} = ...
Type declaration
debug: (message: string) => void
debugEnabled: boolean
error: (message: string) => void
info: (message: string) => void
warn: (message: string) => void