import { TellyPluginConfig } from "./telly-plugin.config";
export interface TellyPlugin {
    config: TellyPluginConfig;
}
