/// import { SubscriptionsInterpreter, ProductCatalogInterpreter, ModalsInterpreter, PaymentGatewayInterpreter } from '../machines'; export declare const GlobalStateContext: import("react").Context<{ subscriptionsService: SubscriptionsInterpreter; productCatalogService: ProductCatalogInterpreter; modalsService: ModalsInterpreter; paymentGatewayService: PaymentGatewayInterpreter; }>;