import * as $dara from '@darabonba/typescript'; import { UpdateCredentialInput } from "./UpdateCredentialInput"; export declare class UpdateCredentialRequest extends $dara.Model { /** * @remarks * The new configuration for the credential. */ body?: UpdateCredentialInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }