import { RunHandlersOnAlert } from "../../utils/run.handlers.on.alert"; export declare type RunAlert = (alertHash: string) => Promise; export declare function provideRunAlert(runHandlersOnAlert: RunHandlersOnAlert): RunAlert;