/** * @author: JP Lew (jp@cto.ai) * @date: Monday, 29th April 2019 9:43:32 am * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Tuesday, 30th April 2019 2:15:28 pm * @copyright (c) 2019 CTO.ai */ import { FeathersClient } from '../services/Feathers'; export declare type ApiService = FeathersClient;