import * as $dara from '@darabonba/typescript'; export declare class DataBonreeSDKConfigModuleConfigDefaultConfigValue extends $dara.Model { /** * @remarks * Indicates whether the configuration is enabled. * * @example * true */ enable?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }