import * as $dara from '@darabonba/typescript'; export declare class OpenArmsDefaultSLRRequest extends $dara.Model { /** * @remarks * The ID of the region. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }