/** * A custom hook that invokes a callback when the app transitions to the foreground. * * @param {Function} callback - The function to be called when the app has come to the foreground. */ export declare function useForeground(callback: () => void): void; //# sourceMappingURL=useForeground.d.ts.map