import { Logger } from "@uma/financial-templates-lib"; import type { MonitoringParams } from "./common"; export declare function monitorGovernorTransfers(logger: typeof Logger, params: MonitoringParams): Promise;