/** * Keep subscription lifecycles controlled by their effects while using the * latest request inputs. */ export declare function useStableRequestCallback(callback: () => Promise): () => Promise;