import Client from './Client'; declare class Service { client: Client; constructor(client: Client); } export default Service;