/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { BootstrapArguments } from "./types/types.js"; export { bootstrap }; declare function bootstrap(bootstrapArgs: BootstrapArguments): Promise; //# sourceMappingURL=bootstrap.d.ts.map