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