import { type IPlugin } from '@unchainedshop/core';
export declare const HeartbeatPlugin: IPlugin;
export default HeartbeatPlugin;
export { Heartbeat } from './adapter.ts';
