import { InjectionToken } from '@angular/core';
export declare const PUBLIC_KEY_TOKEN: InjectionToken<string>;
