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