import { KeyValueType } from "../KeyValue.type"; export declare type ConfigurationItem = { key: string; value: string; version: string; metadata: KeyValueType; };