export default function notify<T extends (...args: any) => any>(handler: T | undefined, args?: Parameters<T>): void;
