import * as ambassadorWixPricingPlansV2PlanTypes from './pricing-plans-v2-plan-plans.types.js'; import * as ambassadorWixPricingPlansV2PlanUniversalTypes from './pricing-plans-v2-plan-plans.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 listPublicPlans(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.ListPublicPlansRequest, ambassadorWixPricingPlansV2PlanTypes.ListPublicPlansRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.ListPublicPlansResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.ListPublicPlansResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.ListPublicPlansResponse & ambassadorWixPricingPlansV2PlanTypes.ListPublicPlansResponseNonNullableFields>; export declare function queryPublicPlans(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.QueryPublicPlansRequest, ambassadorWixPricingPlansV2PlanTypes.QueryPublicPlansRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.QueryPublicPlansResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.QueryPublicPlansResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.QueryPublicPlansResponse & ambassadorWixPricingPlansV2PlanTypes.QueryPublicPlansResponseNonNullableFields>; export declare function getPlan(): __PublicMethodMetaInfo<'GET', { id: string; }, ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanRequest, ambassadorWixPricingPlansV2PlanTypes.GetPlanRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.GetPlanResponse & ambassadorWixPricingPlansV2PlanTypes.GetPlanResponseNonNullableFields>; export declare function listPlans(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.ListPlansRequest, ambassadorWixPricingPlansV2PlanTypes.ListPlansRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.ListPlansResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.ListPlansResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.ListPlansResponse & ambassadorWixPricingPlansV2PlanTypes.ListPlansResponseNonNullableFields>; export declare function getPlanStats(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanStatsRequest, ambassadorWixPricingPlansV2PlanTypes.GetPlanStatsRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanStatsResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.GetPlanStatsResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.GetPlanStatsResponse & ambassadorWixPricingPlansV2PlanTypes.GetPlanStatsResponseNonNullableFields>; export declare function createPlan(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.CreatePlanRequest, ambassadorWixPricingPlansV2PlanTypes.CreatePlanRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.CreatePlanResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.CreatePlanResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.CreatePlanResponse & ambassadorWixPricingPlansV2PlanTypes.CreatePlanResponseNonNullableFields>; export declare function updatePlan(): __PublicMethodMetaInfo<'PATCH', { planId: string; }, ambassadorWixPricingPlansV2PlanUniversalTypes.UpdatePlanRequest, ambassadorWixPricingPlansV2PlanTypes.UpdatePlanRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.UpdatePlanResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.UpdatePlanResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.UpdatePlanResponse & ambassadorWixPricingPlansV2PlanTypes.UpdatePlanResponseNonNullableFields>; export declare function setPlanVisibility(): __PublicMethodMetaInfo<'PUT', { id: string; }, ambassadorWixPricingPlansV2PlanUniversalTypes.SetPlanVisibilityRequest, ambassadorWixPricingPlansV2PlanTypes.SetPlanVisibilityRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.SetPlanVisibilityResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.SetPlanVisibilityResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.SetPlanVisibilityResponse & ambassadorWixPricingPlansV2PlanTypes.SetPlanVisibilityResponseNonNullableFields>; export declare function makePlanPrimary(): __PublicMethodMetaInfo<'POST', { id: string; }, ambassadorWixPricingPlansV2PlanUniversalTypes.MakePlanPrimaryRequest, ambassadorWixPricingPlansV2PlanTypes.MakePlanPrimaryRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.MakePlanPrimaryResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.MakePlanPrimaryResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.MakePlanPrimaryResponse & ambassadorWixPricingPlansV2PlanTypes.MakePlanPrimaryResponseNonNullableFields>; export declare function clearPrimary(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixPricingPlansV2PlanUniversalTypes.ClearPrimaryRequest, ambassadorWixPricingPlansV2PlanTypes.ClearPrimaryRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.ClearPrimaryResponse, ambassadorWixPricingPlansV2PlanTypes.ClearPrimaryResponse>; export declare function archivePlan(): __PublicMethodMetaInfo<'POST', { id: string; }, ambassadorWixPricingPlansV2PlanUniversalTypes.ArchivePlanRequest, ambassadorWixPricingPlansV2PlanTypes.ArchivePlanRequest, ambassadorWixPricingPlansV2PlanUniversalTypes.ArchivePlanResponse & ambassadorWixPricingPlansV2PlanUniversalTypes.ArchivePlanResponseNonNullableFields, ambassadorWixPricingPlansV2PlanTypes.ArchivePlanResponse & ambassadorWixPricingPlansV2PlanTypes.ArchivePlanResponseNonNullableFields>;