import { TapResponse } from '@iotize/tap'; declare module '../generated/service' { interface VariableService { getAllValues(): Promise>>; } }