import * as $dara from '@darabonba/typescript'; export declare class DeleteBackendRequest extends $dara.Model { /** * @remarks * The ID of the backend service. * * @example * 27be0dd9ebbc467b9e86c0d250d0b92e */ backendId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }