import * as $dara from '@darabonba/typescript'; export declare class CredentialListItem extends $dara.Model { createdAt?: string; credentialAuthType?: string; credentialId?: string; credentialName?: string; credentialSourceType?: string; description?: string; enabled?: boolean; relatedResourceCount?: number; updatedAt?: string; workspaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }