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