import { Goals } from "../Goals";
import { GoalWithFulfillment } from "../GoalWithFulfillment";
/**
 * Goal that should be scheduled for immaterial changes.
 * Uses a no-op goalExecutor.
 */
export declare const Immaterial: GoalWithFulfillment;
/**
 * Goals instance for Immaterial changes
 */
export declare const ImmaterialGoals: Goals;
//# sourceMappingURL=Immaterial.d.ts.map