export function logForDebugging(
  _message: string,
  _options: {
    level?: string
  } = {}
): void {}
