import * as $dara from '@darabonba/typescript'; export declare class CreateBackendResponseBody extends $dara.Model { /** * @remarks * The ID of the backend service. * * @example * 0d105f80a8f340408bd34954d4e4ff22 */ backendId?: string; /** * @remarks * The ID of the request. * * @example * 66D84355-164D-53ED-81FF-03DCF181DE24 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }