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