import type { Client } from '../Client'; declare function sendImmediately(client: Client): void; declare function start(client: Client): void; declare function stop(client: Client): void; export { start, stop, sendImmediately }; //# sourceMappingURL=Heartbeater.d.ts.map