/** * Pushes one warning toast per parameter that no longer reconciles against the workspace catalog * (out of range, removed, or type-incompatible), the message chosen by reconciliation kind. * * Each ref is toasted at most once per session: {@link selectParameterReconciliations} returns a * fresh array whenever the set changes (catalog loads, a value is fixed), so a ref-key guard — not * the effect's array identity — is what prevents re-toasting the survivors on every recompute. * * @internal */ export declare function useParameterToastMessages(): void; //# sourceMappingURL=useParameterToastMessages.d.ts.map