export { Captchas, type CaptchaSolveResponse, type CaptchaSolveImageResponse, type CaptchaStatusResponse, type CaptchaSolveParams, type CaptchaSolveImageParams, } from "./captchas.js"; export { Files, type FileUploadParams } from "./files.js"; export { SessionslistSessionsSessionsCursor, Sessions, type Session, type SessionContext, type Sessionslist, type SessionComputerResponse, type SessionEventsResponse, type SessionLiveDetailsResponse, type SessionReleaseResponse, type SessionReleaseAllResponse, type SessionCreateParams, type SessionListParams, type SessionComputerParams, type SessionEventsParams, type SessionReleaseParams, type SessionReleaseAllParams, } from "./sessions.js"; //# sourceMappingURL=index.d.ts.map