export interface ServerAddOptions { hubUrl?: string; schedulerUrl?: string; token?: string; id: string; name?: string; url: string; webhookUrl?: string; apiKey?: string; apiSecret?: string; maxSessions?: string; } export declare function roboparkServerAdd(opts: ServerAddOptions): Promise;