import * as $dara from '@darabonba/typescript'; export declare class EmbedderConfigConfig extends $dara.Model { model?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class EmbedderConfig extends $dara.Model { config?: EmbedderConfigConfig; modelServiceName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }