import * as $dara from '@darabonba/typescript'; export declare class DeleteDNADBRequest extends $dara.Model { /** * @remarks * The ID of the media fingerprint library that you want to delete. * * This parameter is required. * * @example * fb712a6890464059b1b2ea7c8647**** */ DBId?: string; ownerAccount?: string; ownerId?: number; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }