/** * Hook that manages quota warning dismissed state with sessionStorage persistence. * State survives navigation within the same tab but resets when the tab is closed. * * @returns Tuple of [dismissed, setDismissed] * @internal */ export declare function useQuotaWarningDismissed(): [boolean, (dismissed: boolean) => void];