import { Service } from './service'; export * from './interfaces'; export * from './service'; export default Service;