/** * Drains the `latticeEffects` flash bag (server `Effects::flash(...)`) on each * Inertia navigation and runs the effects through the registry dispatcher. */ export declare function useFlashEffects(): void;