export interface ConfigDeclarationJsonSchema { type: string; additionalProperties: boolean; properties: Object; required: Array; }