export default function useStableCallback(fn: Function, dependencies: any[], { comparison }: { comparison: Function | boolean; }): Function;