import type { Client } from '../client/Client'; declare function handle(client: Client, { session_id }: { session_id: string; }): void; export { handle }; //# sourceMappingURL=READY.d.ts.map