import { PluginConfigModel } from '../../../config/models/config.model'; export declare class InfluxV1ConfigModel extends PluginConfigModel { type: string; enabled: boolean; host: string; database: string; username?: string; password?: string; }