import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class LobbiesV1 extends ClientSDK { /** * CreatePrivateLobbyDeprecated * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ createPrivateLobbyDeprecated(security: operations.CreatePrivateLobbyDeprecatedSecurity, appId?: string | undefined, region?: components.Region | undefined, local?: boolean | undefined, options?: RequestOptions): Promise; /** * CreatePublicLobbyDeprecated * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ createPublicLobbyDeprecated(security: operations.CreatePublicLobbyDeprecatedSecurity, appId?: string | undefined, region?: components.Region | undefined, local?: boolean | undefined, options?: RequestOptions): Promise; /** * ListActivePublicLobbiesDeprecatedV1 * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ listActivePublicLobbiesDeprecatedV1(appId?: string | undefined, local?: boolean | undefined, region?: components.Region | undefined, options?: RequestOptions): Promise>; } //# sourceMappingURL=lobbiesv1.d.ts.map