/**
 * Copyright 2017 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 interface Device {
  name: string;
  userAgent: string;
  viewport: {
    width: number;
    height: number;
    deviceScaleFactor: number;
    isMobile: boolean;
    hasTouch: boolean;
    isLandscape: boolean;
  };
}
/**
 * @public
 */
export declare type DevicesMap = {
  [name: string]: Device;
};
/**
 * @internal
 */
export declare const devicesMap: DevicesMap;

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