import * as $dara from '@darabonba/typescript'; export declare class DeleteBrowserOut extends $dara.Model { /** * @remarks * The browser ID. */ browserId?: string; /** * @remarks * The browser name. */ browserName?: string; /** * @remarks * The operation status. */ status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }