/** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import type { Debugger } from 'debug'; export declare const debug: (prefix: string) => Debugger | undefined; //# sourceMappingURL=debug.d.ts.map