export declare const useAppStateListener: ({ onBackground, onForeground, }: {
    onBackground: () => void;
    onForeground: () => void;
}) => void;
//# sourceMappingURL=use-app-state.d.ts.map