import service from "./service"; declare const services: { service: typeof service; }; export default services;