/** * Return a stable proxy-function * that will always call the latest version of the input function. */ export declare function useFunction any>(func: F): F;