/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ /** * All channels used by angular's WebWorker components are listed here. * You should not use these channels in your application code. */ export declare const RENDERER_CHANNEL: string; export declare const EVENT_CHANNEL: string; export declare const ROUTER_CHANNEL: string;