import type { Plugin, ServerAPI } from '@signalk/server-api'; declare const _default: (app: ServerAPI) => Plugin; export = _default;