import { SignalKPlugin, PluginState } from './types';
import { ServerAPI } from '@signalk/server-api';
export default function (app: ServerAPI): SignalKPlugin;
export declare function initializeStreamingService(state: PluginState, app: ServerAPI): Promise<{
    success: boolean;
    error?: string;
}>;
export declare function shutdownStreamingService(state: PluginState, app: ServerAPI): {
    success: boolean;
    error?: string;
};
export { toContextFilePath, toParquetFilePath } from './utils/path-helpers';
//# sourceMappingURL=index.d.ts.map