// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /// /// declare module "ext:deno_console/01_console.js" { function createFilteredInspectProxy(params: { object: TObject; keys: (keyof TObject)[]; evaluate: boolean; }): Record; }