export default class JDLApplicationConfigurationOption { name: string; value: T; constructor(name: string, value: T); getValue(): T; toString(): string; }