/**
 * Copyright 2020 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 ConnectionTransport {
  send(string: any): any;
  close(): any;
  onmessage?: (message: string) => void;
  onclose?: () => void;
}

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