import * as $dara from '@darabonba/typescript'; export declare class SLSLogDestination extends $dara.Model { /** * @remarks * SLS日志库名称 * * @example * my-logstore */ logStore?: string; /** * @remarks * SLS项目名称 * * @example * my-sls-project */ project?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }