import { Monitor } from '@neo-one/monitor';
import { Context } from 'mali';
export declare const getMonitor: (ctx: Context) => Monitor;
