import { MethodSignature, AdviceRef } from "./interfaces"; export declare function onException(advice: AdviceRef): MethodSignature;