export declare const useServices: () => { subscriptionsService: import("../machines").SubscriptionsInterpreter; productCatalogService: import("../machines").ProductCatalogInterpreter; modalsService: import("../machines").ModalsInterpreter; paymentGatewayService: import("../machines").PaymentGatewayInterpreter; };