export default function useDecoupledCallback(callback: any): (...args: any[]) => any;
