import * as ambassadorWixAppmarketV1AppPlansTypes from './appmarket-v1-app-plans-app-plans.types.js'; import * as ambassadorWixAppmarketV1AppPlansUniversalTypes from './appmarket-v1-app-plans-app-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 listAppPlansByAppId(): __PublicMethodMetaInfo<'GET', { appIds: string; }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponseNonNullableFields, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponseNonNullableFields>;