import * as _clerk_shared_error from '@clerk/shared/error'; declare const isClient: () => boolean; declare const isServer: () => boolean; declare const errorThrower: _clerk_shared_error.ErrorThrower; export { errorThrower, isClient, isServer };