import { InjectionToken } from "@angular/core";
import { TellyPlugin } from "./telly-plugin";
import { TellyPluginConfig } from "./telly-plugin.config";
export declare const tellyPluginToken: InjectionToken<TellyPlugin>;
export declare const tellyPluginConfigToken: InjectionToken<TellyPluginConfig>;
