import * as ambassadorWixIdentityV1ContributorTypes from './identity-v1-contributor-contributors.types.js'; import * as ambassadorWixIdentityV1ContributorUniversalTypes from './identity-v1-contributor-contributors.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 changeRole(): __PublicMethodMetaInfo<'PUT', {}, ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorRoleRequest, ambassadorWixIdentityV1ContributorTypes.ChangeContributorRoleRequest, ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorRoleResponse & ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorRoleResponseNonNullableFields, ambassadorWixIdentityV1ContributorTypes.ChangeContributorRoleResponse & ambassadorWixIdentityV1ContributorTypes.ChangeContributorRoleResponseNonNullableFields>; export declare function changeContributorLocation(): __PublicMethodMetaInfo<'PUT', {}, ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorLocationRequest, ambassadorWixIdentityV1ContributorTypes.ChangeContributorLocationRequest, ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorLocationResponse & ambassadorWixIdentityV1ContributorUniversalTypes.ChangeContributorLocationResponseNonNullableFields, ambassadorWixIdentityV1ContributorTypes.ChangeContributorLocationResponse & ambassadorWixIdentityV1ContributorTypes.ChangeContributorLocationResponseNonNullableFields>; export declare function querySiteContributors(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixIdentityV1ContributorUniversalTypes.QuerySiteContributorsRequest, ambassadorWixIdentityV1ContributorTypes.QuerySiteContributorsRequest, ambassadorWixIdentityV1ContributorUniversalTypes.QuerySiteContributorsResponse, ambassadorWixIdentityV1ContributorTypes.QuerySiteContributorsResponse>;