import { ConfigurationItem } from "./ConfigurationItem"; export declare type SubscribeConfigurationResponse = { items: ConfigurationItem[]; };