import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceUserCert extends $dara.Model { /** * @example * 8096753 */ id?: string; /** * @example * cert-7700050 [grafana.tongtong-max.cn] */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }