import type { IServiceInterface } from './interface'; declare const Service: IServiceInterface; export default Service;