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