import * as ambassadorWixEcomV1BackInStockNotificationRequestTypes from './ecom-v1-back-in-stock-notification-request-back-in-stock-notifications.types.js'; import * as ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes from './ecom-v1-back-in-stock-notification-request-back-in-stock-notifications.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 createBackInStockNotificationRequest(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.CreateBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.CreateBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.CreateBackInStockNotificationRequestResponse & ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.CreateBackInStockNotificationRequestResponseNonNullableFields, ambassadorWixEcomV1BackInStockNotificationRequestTypes.CreateBackInStockNotificationRequestResponse & ambassadorWixEcomV1BackInStockNotificationRequestTypes.CreateBackInStockNotificationRequestResponseNonNullableFields>; export declare function getBackInStockNotificationRequest(): __PublicMethodMetaInfo<'GET', { id: string; }, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestResponse & ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestResponseNonNullableFields, ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestResponse & ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestResponseNonNullableFields>; export declare function deleteBackInStockNotificationRequest(): __PublicMethodMetaInfo<'DELETE', { id: string; }, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.DeleteBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.DeleteBackInStockNotificationRequestRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.DeleteBackInStockNotificationRequestResponse, ambassadorWixEcomV1BackInStockNotificationRequestTypes.DeleteBackInStockNotificationRequestResponse>; export declare function markAsNotificationSent(): __PublicMethodMetaInfo<'PUT', { id: string; }, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.MarkAsNotificationSentRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.MarkAsNotificationSentRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.MarkAsNotificationSentResponse & ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.MarkAsNotificationSentResponseNonNullableFields, ambassadorWixEcomV1BackInStockNotificationRequestTypes.MarkAsNotificationSentResponse & ambassadorWixEcomV1BackInStockNotificationRequestTypes.MarkAsNotificationSentResponseNonNullableFields>; export declare function queryBackInStockNotificationRequests(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.QueryBackInStockNotificationRequestsRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.QueryBackInStockNotificationRequestsRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.QueryBackInStockNotificationRequestsResponse & ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.QueryBackInStockNotificationRequestsResponseNonNullableFields, ambassadorWixEcomV1BackInStockNotificationRequestTypes.QueryBackInStockNotificationRequestsResponse & ambassadorWixEcomV1BackInStockNotificationRequestTypes.QueryBackInStockNotificationRequestsResponseNonNullableFields>; export declare function getBackInStockNotificationRequestsCountByCatalogReferences(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesResponse & ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesResponse & ambassadorWixEcomV1BackInStockNotificationRequestTypes.GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields>; export declare function reportItemsBackInStock(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.ReportItemsBackInStockRequest, ambassadorWixEcomV1BackInStockNotificationRequestTypes.ReportItemsBackInStockRequest, ambassadorWixEcomV1BackInStockNotificationRequestUniversalTypes.ReportItemsBackInStockResponse, ambassadorWixEcomV1BackInStockNotificationRequestTypes.ReportItemsBackInStockResponse>;