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