import { Queryable } from "@pnp/queryable"; export default function RPMController(treshold: number, context: any, tracing?: boolean, alerting?: boolean, onAlert?: (message: string) => void): (instance: Queryable) => Queryable;