/** @noSelfInFile */ export declare const useCallback: (callback: T, inputs: K) => T;