import { Meta2d } from "../core";
import { Network } from "../store";
import { Pen } from "../pen";
import { Event } from "../event";
export declare function connectJetLinks(meta2d: Meta2d, net: Network): void;
export declare function closeJetLinks(meta2d: Meta2d): void;
export declare function getSendData(meta2d: Meta2d, pen: Pen, e: Event): any;
export declare function sendJetLinksData(meta2d: Meta2d, list: any[]): Promise<void>;
export declare function playMp3(meta2d: any, alarmConfigId: string): Promise<void>;
