/** * Internal SDK handlers * * These handlers are SDK-internal and should not be exposed to app developers. * They automatically handle steps that don't require user interaction. */ export { handleDeviceChallenge, handleSetupDevice, canHandleDeviceChallenge, type DeviceHandlerConfig, type DeviceHandlerResult, type DeviceSetupResult, type SignatureResult, type SignatureError, type SetupResult, type SetupError, } from "./device-handler"; export { pollForApproval, createApprovalPoller, type PollerConfig, type ApprovalPollerResult, } from "./approval-poller";