/** * @license * Copyright 2020 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ /** * @internal */ export declare class TaskQueue { #private; constructor(); postTask(task: () => Promise): Promise; } //# sourceMappingURL=TaskQueue.d.ts.map