/** * @license * Copyright Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { TrustedResourceUrl } from '../../internals/resource_url_impl.js'; /** Safely registers a service worker by URL */ export declare function serviceWorkerContainerRegister(container: ServiceWorkerContainer, scriptURL: TrustedResourceUrl, options?: RegistrationOptions): Promise;