/**
 * Copyright 2018 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * @public
 */
export declare class CustomError extends Error {
  constructor(message: string);
}
/**
 * TimeoutError is emitted whenever certain operations are terminated due to timeout.
 *
 * @remarks
 *
 * Example operations are {@link Page.waitForSelector | page.waitForSelector}
 * or {@link PuppeteerNode.launch | puppeteer.launch}.
 *
 * @public
 */
export declare class TimeoutError extends CustomError {
}
/**
 * @public
 */
export declare type PuppeteerErrors = Record<string, typeof CustomError>;
/**
 * @public
 */
export declare const puppeteerErrors: PuppeteerErrors;

// denoCacheMetadata={"headers":{"server":"deno/gcp-us-west2","x-amz-replication-status":"COMPLETED","x-amz-version-id":"sgQwzg71FUpt5ESZ3abmL.d7WYwoiqwD","age":"12698305","x-frame-options":"DENY","cross-origin-opener-policy":"same-origin","x-content-type-options":"nosniff","x-amz-cf-pop":"LAX53-P1","date":"Tue, 06 May 2025 16:28:41 GMT","referrer-policy":"strict-origin-when-cross-origin","cross-origin-embedder-policy":"same-origin","vary":"Accept-Encoding, Origin","x-cache":"Hit from cloudfront","content-security-policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","access-control-allow-origin":"*","content-type":"application/typescript; charset=utf-8","server-timing":"fetchSource;dur=26","accept-ranges":"bytes","content-length":"1203","last-modified":"Wed, 29 Sep 2021 16:18:57 GMT","x-amz-cf-id":"oVTSFviE0KLZ_9LEjxoY8VjgiHX1McsIqt8fzCDuScPJ5OAT_BmHbA==","cache-control":"public, max-age=31536000, immutable","cross-origin-resource-policy":"same-origin","etag":"\"7c61158f67ed6ed6113b3a1b30c0f18f\"","strict-transport-security":"max-age=63072000; includeSubDomains; preload","via":"http/2 edgeproxy-h"},"url":"https://deno.land/x/puppeteer@9.0.2/vendor/puppeteer-core/puppeteer/common/Errors.d.ts","time":1759247224}