import { ethers } from 'ethers';
export declare const describeFinding: (account: string, actual: ethers.BigNumber, threshold: ethers.BigNumber) => string;
export declare const createAlert: (alertOpts: {
    alias: string;
    message: string;
}) => Promise<void>;
export declare const heartBeat: () => Promise<void>;
