export declare class ConfigValue {
    key: string;
    value: string;
}
//# sourceMappingURL=ConfigValue.d.ts.map