/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ import "source-map-support/register.js"; export declare function runAndExit(): Promise; export declare function runAndLog(argv: string[]): Promise;