UNPKG

lisa-box

Version:
6 lines (5 loc) 188 B
import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class IRService extends Service { init(): any; send(remote: any, action: any): Promise<{}>; }