import * as ambassadorWixCaptcharatorV1CaptchaEntityTypes from './captcharator-v1-captcha-entity-captcha.types.js'; import * as ambassadorWixCaptcharatorV1CaptchaEntityUniversalTypes from './captcharator-v1-captcha-entity-captcha.universal.js'; export type __PublicMethodMetaInfo = { getUrl: (context: any) => string; httpMethod: K; path: string; pathParams: M; __requestType: T; __originalRequestType: S; __responseType: Q; __originalResponseType: R; }; export declare function authorize(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixCaptcharatorV1CaptchaEntityUniversalTypes.CaptchaRequest, ambassadorWixCaptcharatorV1CaptchaEntityTypes.CaptchaRequest, ambassadorWixCaptcharatorV1CaptchaEntityUniversalTypes.CaptchaResponse & ambassadorWixCaptcharatorV1CaptchaEntityUniversalTypes.CaptchaResponseNonNullableFields, ambassadorWixCaptcharatorV1CaptchaEntityTypes.CaptchaResponse & ambassadorWixCaptcharatorV1CaptchaEntityTypes.CaptchaResponseNonNullableFields>;