import { Action } from "@aurigma/design-atoms-model/Utils/Types";
export declare function applyIfDefined<T>(value: T, setter: Action<T>): void;
