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"; /** * Remove a user from the room * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ export declare function roomDeleteUser(client: LivepeerCore, id: string, userId: string, options?: RequestOptions): Promise>; //# sourceMappingURL=roomDeleteUser.d.ts.map