// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file was generated by:
// tools/json_schema_compiler/compiler.py.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.mojoPrivate.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
/**
* @fileoverview Externs generated from namespace: mojoPrivate
* @externs
*/
/** @const */
chrome.mojoPrivate = {};
/**
* Returns a promise that will resolve to an asynchronously loaded module.
* @param {string} name
* @return {*}
*/
chrome.mojoPrivate.requireAsync = function(name) {};