import { persist, show } from "./_impl"; export declare function useAlerts(): { show: typeof show; persist: typeof persist; };