import * as $dara from '@darabonba/typescript'; export declare class LogConfiguration extends $dara.Model { /** * @remarks * The name of the SLS logstore. * * @example * agent-runtime-logs */ logstore?: string; /** * @remarks * The name of the SLS project. * * @example * agent-runtime-logs */ project?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }