import { LivepeerCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { SDKError } from "../models/errors/sdkerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * Create a room * * @remarks * Create a multiparticipant livestreaming room. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ export declare function roomCreate(client: LivepeerCore, options?: RequestOptions): Promise>; //# sourceMappingURL=roomCreate.d.ts.map