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