import * as $dara from '@darabonba/typescript'; export declare class StartBrowserSessionInput extends $dara.Model { /** * @remarks * Browser session name * * @example * my-browser-session * * **if can be null:** * true */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }