/** * @license * Copyright 2022 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import type { JSHandle } from '../api/JSHandle.js'; import type { PuppeteerInjectedUtil } from '../injected/injected.js'; /** * @internal */ export interface PuppeteerUtilWrapper { puppeteerUtil: Promise>; } /** * @internal */ export declare class LazyArg { #private; static create: (get: (context: PuppeteerUtilWrapper) => Promise | T_1) => T_1; private constructor(); get(context: Context): Promise; } //# sourceMappingURL=LazyArg.d.ts.map