/**
 * 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":{"last-modified":"Wed, 29 Sep 2021 16:18:57 GMT","age":"166259","strict-transport-security":"max-age=63072000; includeSubDomains; preload","referrer-policy":"strict-origin-when-cross-origin","x-content-type-options":"nosniff","x-cache":"Hit from cloudfront","content-length":"1203","access-control-allow-origin":"*","server":"AmazonS3,deployd","server-timing":"fetchSource;dur=5","x-amz-cf-id":"qt693V58Tu2L2nlXDVqvNvLv1W9xUQ1wg5SfHm_gmLsYxQgFRHCFWA==","x-frame-options":"DENY","x-deno-trace-id":"783f750d39dd98456804528b4f15f4d0","cross-origin-opener-policy":"same-origin","via":"1.1 d16bc652f24481330d51cba5ea572ca2.cloudfront.net (CloudFront),HTTP/2 ord.vultr.prod.deno-cluster.net","cache-control":"public, max-age=31536000, immutable","x-amz-version-id":"sgQwzg71FUpt5ESZ3abmL.d7WYwoiqwD","x-amz-cf-pop":"ORD56-P9","etag":"\"7c61158f67ed6ed6113b3a1b30c0f18f\"","x-amz-replication-status":"COMPLETED","content-security-policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","cross-origin-resource-policy":"same-origin","content-type":"application/typescript; charset=utf-8","alt-svc":"h3=\":443\"; ma=86400","vary":"Accept-Encoding, Origin","date":"Wed, 12 Nov 2025 19:04:10 GMT","accept-ranges":"bytes","cross-origin-embedder-policy":"same-origin"},"url":"https://deno.land/x/puppeteer@9.0.2/vendor/puppeteer-core/puppeteer/common/Errors.d.ts","time":1763140508}