export type MethodConsole = (...args: unknown[]) => void;
