import { authorize as publicAuthorize } from './captcharator-v1-captcha-entity-captcha.public.js'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; export declare const authorize: MaybeContext & typeof publicAuthorize>; export { CaptchaEntity, CaptchaRequest, CaptchaResponse, Errors, AssessmentResponse, CaptchaResponseNonNullableFields, } from './captcharator-v1-captcha-entity-captcha.universal.js';